linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* non-blocking server?
@ 2003-01-17 22:31 Wrazlov
  2003-01-17 22:38 ` SUBREDU Manuel
  2003-01-18 11:34 ` Elias Athanasopoulos
  0 siblings, 2 replies; 3+ messages in thread
From: Wrazlov @ 2003-01-17 22:31 UTC (permalink / raw)
  To: linux-c-programming

Hello,
the last time I tried to write a server in C I had the problem that it had to 
wait for Bytes to arrive at the open port which blocked the process.
A solution would be, of course, threading of the server-process or using 
signals, but I want this code to be used in a windows-environment, too.
Is that possible? Does the standard-c-library provide some kind of signals or 
thread-programming for all systems?
   
  wrazlov
-- 
"What do you get if you multiply six by nine?"

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-01-18 11:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-17 22:31 non-blocking server? Wrazlov
2003-01-17 22:38 ` SUBREDU Manuel
2003-01-18 11:34 ` Elias Athanasopoulos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).