From: Wrazlov <wrazlov@gmx.net>
To: linux-c-programming@vger.kernel.org
Subject: non-blocking server?
Date: Fri, 17 Jan 2003 22:31:31 +0000 [thread overview]
Message-ID: <200301172219.14911.wrazlov@gmx.net> (raw)
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?"
next reply other threads:[~2003-01-17 22:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-17 22:31 Wrazlov [this message]
2003-01-17 22:38 ` non-blocking server? SUBREDU Manuel
2003-01-18 11:34 ` Elias Athanasopoulos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200301172219.14911.wrazlov@gmx.net \
--to=wrazlov@gmx.net \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).