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

C#

 
AnswerRe: URL Regular Expression f... Pin
Garth J Lancaster28-Nov-08 23:49
professionalGarth J Lancaster28-Nov-08 23:49 
QuestionConverting byte[] to a stream Pin
darkzangel28-Nov-08 18:17
darkzangel28-Nov-08 18:17 
GeneralRe: Converting byte[] to a stream Pin
Luc Pattyn28-Nov-08 18:32
sitebuilderLuc Pattyn28-Nov-08 18:32 
GeneralRe: Converting byte[] to a stream Pin
darkzangel29-Nov-08 9:32
darkzangel29-Nov-08 9:32 
GeneralRe: Converting byte[] to a stream Pin
Luc Pattyn29-Nov-08 10:35
sitebuilderLuc Pattyn29-Nov-08 10:35 
Questiontime-division multiplexing Pin
Member 391904928-Nov-08 7:26
Member 391904928-Nov-08 7:26 
AnswerRe: time-division multiplexing Pin
User 665828-Nov-08 11:05
User 665828-Nov-08 11:05 
AnswerRe: time-division multiplexing Pin
Guffa28-Nov-08 11:10
Guffa28-Nov-08 11:10 
Member 3919049 wrote:
Does time-division multiplexing offer any real performance advantages in this setup?


No. It simply means that the CPU runs one thread at a time, and by switching threads often it appears as threads run simultaneously.

With a few threads there is little difference from running a single-threaded process. If you have a lot of threads the overhead of switching threads will be greater, leaving less CPU time for actual work.

Despite everything, the person most likely to be fooling you next is yourself.

AnswerRe: time-division multiplexing Pin
Nicholas Butler28-Nov-08 13:22
sitebuilderNicholas Butler28-Nov-08 13:22 
GeneralRe: time-division multiplexing Pin
Dave Kreskowiak28-Nov-08 15:36
mveDave Kreskowiak28-Nov-08 15:36 
GeneralRe: time-division multiplexing Pin
PIEBALDconsult28-Nov-08 16:11
mvePIEBALDconsult28-Nov-08 16:11 
QuestionCan different processes share memory? Pin
Member 391904928-Nov-08 7:25
Member 391904928-Nov-08 7:25 
AnswerRe: Can different processes share memory? PinPopular
J. Dunlap28-Nov-08 9:50
J. Dunlap28-Nov-08 9:50 
Questionc# source code and produces the source code in S-style(Banner Style) indentation Pin
sp198428-Nov-08 6:48
sp198428-Nov-08 6:48 
AnswerRe: c# source code and produces the source code in S-style(Banner Style) indentation Pin
EliottA28-Nov-08 6:57
EliottA28-Nov-08 6:57 
AnswerRe: c# source code and produces the source code in S-style(Banner Style) indentation Pin
Thomas Weller28-Nov-08 6:57
Thomas Weller28-Nov-08 6:57 
AnswerRe: c# source code and produces the source code in S-style(Banner Style) indentation Pin
Ashfield28-Nov-08 8:48
Ashfield28-Nov-08 8:48 
GeneralRe: c# source code and produces the source code in S-style(Banner Style) indentation Pin
Wendelius28-Nov-08 8:59
mentorWendelius28-Nov-08 8:59 
AnswerRe: c# source code and produces the source code in S-style(Banner Style) indentation Pin
Christian Graus28-Nov-08 16:15
protectorChristian Graus28-Nov-08 16:15 
QuestionKeyboard shortcuts Pin
nlowdon28-Nov-08 3:06
nlowdon28-Nov-08 3:06 
AnswerRe: Keyboard shortcuts Pin
Pedram Behroozi28-Nov-08 3:26
Pedram Behroozi28-Nov-08 3:26 
AnswerRe: Keyboard shortcuts Pin
Kevin McFarlane28-Nov-08 4:03
Kevin McFarlane28-Nov-08 4:03 
QuestionWinForms - embedding a form in a form Pin
RugbyLeague28-Nov-08 2:49
RugbyLeague28-Nov-08 2:49 
AnswerRe: WinForms - embedding a form in a form Pin
Christian Graus28-Nov-08 16:16
protectorChristian Graus28-Nov-08 16:16 
Questionhow can this be done? Pin
tonyjsebastian128-Nov-08 1:45
tonyjsebastian128-Nov-08 1:45 

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.