Difference between revisions of "Talk:Architecture/Lecture/tcpsrv0.3"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: Hi Stefan, you may need to create writer threads for all to be written messages, otherwise the reader thread can not read and dispatch any other message (you remember the network cord unpl...)
 
m
 
Line 1: Line 1:
 
Hi Stefan, you may need to create writer threads for all to be written messages, otherwise the reader thread can not read and dispatch any other message (you remember the network cord unplug scenario? :-) ... [[User:Kr|KR]] 21:36, 12 June 2008 (CEST)
 
Hi Stefan, you may need to create writer threads for all to be written messages, otherwise the reader thread can not read and dispatch any other message (you remember the network cord unplug scenario? :-) ... [[User:Kr|KR]] 21:36, 12 June 2008 (CEST)
 +
 +
Yeah, but maybe you spare me that in order to move on to the real stuff :) ... this is only to show the principles how the threaded version differs from poll/select. I understood already that threading is not what I would prefer to do here.

Latest revision as of 13:58, 19 June 2008

Hi Stefan, you may need to create writer threads for all to be written messages, otherwise the reader thread can not read and dispatch any other message (you remember the network cord unplug scenario? :-) ... KR 21:36, 12 June 2008 (CEST)

Yeah, but maybe you spare me that in order to move on to the real stuff :) ... this is only to show the principles how the threaded version differs from poll/select. I understood already that threading is not what I would prefer to do here.

Personal tools