Click here to Skip to main content
15,909,039 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Adding a new record to a DataTable with Identity column Pin
MatthysDT22-Jan-07 22:17
MatthysDT22-Jan-07 22:17 
GeneralRe: Adding a new record to a DataTable with Identity column Pin
shreekar22-Jan-07 22:26
shreekar22-Jan-07 22:26 
GeneralRe: Adding a new record to a DataTable with Identity column Pin
MatthysDT22-Jan-07 22:56
MatthysDT22-Jan-07 22:56 
QuestionThreading issue Pin
Sandeep_S22-Jan-07 18:48
Sandeep_S22-Jan-07 18:48 
AnswerRe: Threading issue Pin
Christian Graus22-Jan-07 18:52
protectorChristian Graus22-Jan-07 18:52 
GeneralRe: Threading issue Pin
Sandeep_S22-Jan-07 19:07
Sandeep_S22-Jan-07 19:07 
GeneralRe: Threading issue Pin
Christian Graus22-Jan-07 19:54
protectorChristian Graus22-Jan-07 19:54 
GeneralRe: Threading issue Pin
Sandeep_S22-Jan-07 20:05
Sandeep_S22-Jan-07 20:05 
Let me explain:
Suppose the scheduler runs for the first time and it picks 5 projects(5 threads). Supposing each project has 1000 contacts to whom the mail needs to be sent.
Now the scheduler is scheduled to run after every 1 min. So after 1 min the second instance of the scheduler starts and it picks 5 more projects(5 more threads). Now these new threads keep on waiting till the mails are sent to the contacts of first 5000 contacts. It is only after these mails are sent the threads in the second instance start.
Our system sends about 600 mails in a minute. Even if the mails are not sent for the previous instance the threads in the second instance should atleast start.
GeneralRe: Threading issue Pin
Christian Graus22-Jan-07 20:09
protectorChristian Graus22-Jan-07 20:09 
GeneralRe: Threading issue Pin
Sandeep_S22-Jan-07 20:28
Sandeep_S22-Jan-07 20:28 
GeneralRe: Threading issue Pin
Christian Graus22-Jan-07 20:35
protectorChristian Graus22-Jan-07 20:35 
GeneralRe: Threading issue Pin
Sandeep_S22-Jan-07 20:50
Sandeep_S22-Jan-07 20:50 
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 
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 

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.