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
- Re: Multithreaded tcp-server or non-blocking ? Nicolai Petri
- Re: Multithreaded tcp-server or non-blocking ? Alex Belits
- Re: Multithreaded tcp-server or non-blocking ? Geoff Buckingham
- Re: Multithreaded tcp-server or non-blocking ? Alfred Perlstein
- Re: Multithreaded tcp-server or non-blocking ? Bakul Shah
- Re: Multithreaded tcp-server or non-blocking ? FengYue
- Re: Multithreaded tcp-server or non-blocking... Bakul Shah
- Re: Multithreaded tcp-server or non-bloc... FengYue
- Re: Multithreaded tcp-server or non... Alfred Perlstein
- Re: Multithreaded tcp-server or non-blocking ? Nicolai Petri

