Click here to Skip to main content
15,891,431 members
Home / Discussions / C#
   

C#

 
GeneralRe: MSN Chat Pin
albCode2-Mar-06 0:11
albCode2-Mar-06 0:11 
QuestionHyper Threading or Multi processor issue Pin
fregolo521-Mar-06 22:07
fregolo521-Mar-06 22:07 
AnswerRe: Hyper Threading or Multi processor issue Pin
Divyang Mithaiwala1-Mar-06 22:54
Divyang Mithaiwala1-Mar-06 22:54 
GeneralRe: Hyper Threading or Multi processor issue Pin
fregolo521-Mar-06 23:18
fregolo521-Mar-06 23:18 
AnswerRe: Hyper Threading or Multi processor issue Pin
MF1-Mar-06 23:07
MF1-Mar-06 23:07 
QuestionMultiThreading Pin
AB77711-Mar-06 21:56
AB77711-Mar-06 21:56 
AnswerRe: MultiThreading Pin
Guffa1-Mar-06 22:13
Guffa1-Mar-06 22:13 
GeneralRe: MultiThreading Pin
AB77711-Mar-06 23:50
AB77711-Mar-06 23:50 
Thanks for the reply,

i have written a 2 for loops in the Thread method,
in those loops i pick a value from arraylists, here i want the thread to pick values from the same arraylist but the indexes should be different, so i have taken values from the arraylist depending on the thread name, threads are named in sequence as they are created.

Now here i want the thread to pick the value from the arraylist and pass this value to a method to do some processing and then the thread should sleep for some time span,

i tried it but all the threads sleep whereas i want the thread which has processed all the above code should only sleep.

i want each thread to pick a value from the list send that value to a method
receive the values from the method and then sleep for suppose 5 mins

but when i call the sleep method all the threads sleep, whereas i want the current thread to sleep

any ideas?

Thanks,

Pramod


QuestionNetwork Connection Pin
fjlv20051-Mar-06 19:41
fjlv20051-Mar-06 19:41 
Questionload multiple images Pin
prgramya1-Mar-06 19:24
prgramya1-Mar-06 19:24 
AnswerRe: load multiple images Pin
mav.northwind1-Mar-06 19:48
mav.northwind1-Mar-06 19:48 
Questionhow to refresh DataGridView MDI Application Pin
GetFree123GetFree1-Mar-06 19:16
GetFree123GetFree1-Mar-06 19:16 
Question64 or 32 bit Pin
Jared Parsons1-Mar-06 19:09
Jared Parsons1-Mar-06 19:09 
AnswerRe: 64 or 32 bit Pin
Divyang Mithaiwala1-Mar-06 20:51
Divyang Mithaiwala1-Mar-06 20:51 
GeneralRe: 64 or 32 bit Pin
Jared Parsons2-Mar-06 8:33
Jared Parsons2-Mar-06 8:33 
AnswerRe: 64 or 32 bit Pin
Joe Woodbury1-Mar-06 21:29
professionalJoe Woodbury1-Mar-06 21:29 
GeneralRe: 64 or 32 bit Pin
Divyang Mithaiwala1-Mar-06 21:36
Divyang Mithaiwala1-Mar-06 21:36 
GeneralRe: 64 or 32 bit Pin
Guffa1-Mar-06 22:03
Guffa1-Mar-06 22:03 
GeneralRe: 64 or 32 bit Pin
Divyang Mithaiwala1-Mar-06 22:34
Divyang Mithaiwala1-Mar-06 22:34 
JokeRe: 64 or 32 bit Pin
Guffa2-Mar-06 4:13
Guffa2-Mar-06 4:13 
AnswerRe: 64 or 32 bit Pin
leppie1-Mar-06 22:03
leppie1-Mar-06 22:03 
GeneralRe: 64 or 32 bit Pin
Jared Parsons2-Mar-06 8:36
Jared Parsons2-Mar-06 8:36 
AnswerRe: 64 or 32 bit Pin
Divyang Mithaiwala1-Mar-06 22:23
Divyang Mithaiwala1-Mar-06 22:23 
AnswerRe: 64 or 32 bit Pin
Nicholas Butler1-Mar-06 22:36
sitebuilderNicholas Butler1-Mar-06 22:36 
QuestionVoice Chat Pin
Jijo BP1-Mar-06 19:04
Jijo BP1-Mar-06 19:04 

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.