Click here to Skip to main content
15,888,104 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Threading issue Pin
Christian Graus22-Jan-07 20:56
protectorChristian Graus22-Jan-07 20:56 
AnswerRe: Threading issue Pin
Guffa22-Jan-07 19:16
Guffa22-Jan-07 19:16 
GeneralRe: Threading issue Pin
Sandeep_S22-Jan-07 19:19
Sandeep_S22-Jan-07 19:19 
AnswerRe: Threading issue Pin
Guffa22-Jan-07 19:43
Guffa22-Jan-07 19:43 
GeneralRe: Threading issue Pin
Sandeep_S22-Jan-07 19:53
Sandeep_S22-Jan-07 19:53 
AnswerRe: Threading issue Pin
Guffa22-Jan-07 21:22
Guffa22-Jan-07 21:22 
GeneralRe: Threading issue Pin
Sandeep_S22-Jan-07 21:51
Sandeep_S22-Jan-07 21:51 
GeneralRe: Threading issue Pin
shreekar22-Jan-07 21:55
shreekar22-Jan-07 21:55 
Do you mean to say that the threads of the second instance are not even started? OR that the threads of the second instance are started but no mails are sent? If second case is true, then the bottleneck most probably is the SMTP server. Did you check the outbox of the SMTP server if possible?

Alternatively, you can use a timestamp to indicate which users/projects have been sent an email in the last 15 mins or so, and not re send the emails to them. This way, at least 10 instances of your application (1 per minute for 10 mins) will not attempt to send 1000s of emails. IMHO, the user will be very annoyed if he really receives a mail per minute reminding him the same thing!

Shreekar

GeneralRe: Threading issue Pin
Sandeep_S22-Jan-07 22:03
Sandeep_S22-Jan-07 22:03 
GeneralRe: Threading issue Pin
shreekar22-Jan-07 22:22
shreekar22-Jan-07 22:22 
GeneralRe: Threading issue Pin
Sandeep_S22-Jan-07 22:27
Sandeep_S22-Jan-07 22:27 
GeneralRe: Threading issue Pin
shreekar22-Jan-07 22:30
shreekar22-Jan-07 22:30 
GeneralRe: Threading issue Pin
Sandeep_S22-Jan-07 22:50
Sandeep_S22-Jan-07 22:50 
GeneralRe: Threading issue Pin
Christian Graus22-Jan-07 23:00
protectorChristian Graus22-Jan-07 23:00 
GeneralRe: Threading issue Pin
Sandeep_S22-Jan-07 23:05
Sandeep_S22-Jan-07 23:05 
QuestionDisply page no / page total on DataReport VB6 !!! Pin
kindman_nb22-Jan-07 16:44
kindman_nb22-Jan-07 16:44 
AnswerRe: Disply page no / page total on DataReport VB6 !!! Pin
kindman_nb22-Jan-07 17:05
kindman_nb22-Jan-07 17:05 
QuestionProblem with Crystal Report Viewer! Pin
Deepasubramanian22-Jan-07 15:47
Deepasubramanian22-Jan-07 15:47 
AnswerRe: Problem with Crystal Report Viewer! Pin
shreekar22-Jan-07 17:52
shreekar22-Jan-07 17:52 
GeneralRe: Problem with Crystal Report Viewer! Pin
Deepasubramanian22-Jan-07 21:16
Deepasubramanian22-Jan-07 21:16 
QuestionDetermine what App called your vb.net dll Pin
Csorba222-Jan-07 10:39
Csorba222-Jan-07 10:39 
AnswerRe: Determine what App called your vb.net dll Pin
nlarson1123-Jan-07 3:21
nlarson1123-Jan-07 3:21 
GeneralRe: Determine what App called your vb.net dll Pin
Csorba223-Jan-07 9:22
Csorba223-Jan-07 9:22 
QuestionGet Calling application from my vb.net dll Pin
Csorba222-Jan-07 10:37
Csorba222-Jan-07 10:37 
AnswerRe: Get Calling application from my vb.net dll Pin
Dave Kreskowiak22-Jan-07 10:44
mveDave Kreskowiak22-Jan-07 10:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.