Click here to Skip to main content
15,905,148 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# and Microsoft OutLook Express 6.0 Pin
Mycroft Holmes19-May-09 19:07
professionalMycroft Holmes19-May-09 19:07 
GeneralRe: C# and Microsoft OutLook Express 6.0 Pin
Roger Wright19-May-09 22:04
professionalRoger Wright19-May-09 22:04 
GeneralRe: C# and Microsoft OutLook Express 6.0 Pin
Mycroft Holmes19-May-09 23:15
professionalMycroft Holmes19-May-09 23:15 
GeneralRe: C# and Microsoft OutLook Express 6.0 Pin
Luc Pattyn20-May-09 2:49
sitebuilderLuc Pattyn20-May-09 2:49 
QuestionGeocoding Pin
shraddha IT19-May-09 18:06
shraddha IT19-May-09 18:06 
AnswerRe: Geocoding Pin
Dave Kreskowiak20-May-09 2:11
mveDave Kreskowiak20-May-09 2:11 
QuestionMultithreading is faster? Pin
Quake2Player19-May-09 17:53
Quake2Player19-May-09 17:53 
AnswerRe: Multithreading is faster? Pin
mav.northwind19-May-09 18:43
mav.northwind19-May-09 18:43 
Hi!
This highly depends on what your f1-f4 are doing.
When each one can run through all the time, without having to wait for anything, I'd guess the 2 solutions run equally fast (at least on a 1 processor system and neglecting the overhead of thread creation).
But as soon as one of them has to wait for a result (network, file, ...), the scheduler can assign the waiting thread's time slice to another thread, making the whole program running faster.

Hope this helps...

Regards,
mav

--
Black holes are the places where God divided by 0...

AnswerRe: Multithreading is faster? Pin
Luis Alonso Ramos19-May-09 18:52
Luis Alonso Ramos19-May-09 18:52 
AnswerRe: Multithreading is faster? Pin
Dave Kreskowiak20-May-09 2:14
mveDave Kreskowiak20-May-09 2:14 
AnswerRe: Multithreading is faster? Pin
Luc Pattyn20-May-09 2:58
sitebuilderLuc Pattyn20-May-09 2:58 
GeneralRe: Multithreading is faster? Pin
Quake2Player20-May-09 3:12
Quake2Player20-May-09 3:12 
GeneralRe: Multithreading is faster? Pin
Luc Pattyn20-May-09 3:40
sitebuilderLuc Pattyn20-May-09 3:40 
QuestionButtons appear differently in Vista than in XP (problem) Pin
sodevrom19-May-09 14:54
sodevrom19-May-09 14:54 
AnswerRe: Buttons appear differently in Vista than in XP (problem) Pin
Luis Alonso Ramos19-May-09 18:54
Luis Alonso Ramos19-May-09 18:54 
AnswerRe: Buttons appear differently in Vista than in XP (problem) Pin
saanj19-May-09 19:24
saanj19-May-09 19:24 
GeneralRe: Buttons appear differently in Vista than in XP (problem) Pin
sodevrom20-May-09 5:27
sodevrom20-May-09 5:27 
Questiondatagridview getting values Pin
sakis2419-May-09 13:21
sakis2419-May-09 13:21 
AnswerRe: datagridview getting values [modified] Pin
Christian Graus19-May-09 13:31
protectorChristian Graus19-May-09 13:31 
GeneralRe: datagridview getting values Pin
sakis2419-May-09 13:56
sakis2419-May-09 13:56 
GeneralRe: datagridview getting values Pin
sakis2419-May-09 14:21
sakis2419-May-09 14:21 
GeneralRe: datagridview getting values Pin
Mycroft Holmes19-May-09 14:34
professionalMycroft Holmes19-May-09 14:34 
GeneralRe: datagridview getting values Pin
sakis2419-May-09 14:50
sakis2419-May-09 14:50 
GeneralRe: datagridview getting values Pin
Mycroft Holmes19-May-09 15:38
professionalMycroft Holmes19-May-09 15:38 
QuestionDistributed Hosting Pin
Matt Cavanagh19-May-09 12:05
Matt Cavanagh19-May-09 12:05 

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.