What's the best approach for a simple web-server(never more the 10 clients)
? Is it using pthread and a thread per connection . Or to make a
non-blocking single thread server. Can people show me some simple examples
of the 2 techniques ?

And what's the pro's and con's for the 2 methods ???

---
Cheers,
Nicolai Petri

// *If you can't follow the standard, break it (MickeySoft)*



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to