Re: Multithread safety
- From: "Eugene Gershnik" <gershnik@xxxxxxxxxxx>
- Date: Tue, 8 Nov 2005 08:31:52 -0800
Alexander Nickolov wrote:
> BSD Sockets happily support multiple socket I/O on a single
> thread. The trick is to use non-blocking sockets and select
> judiciously.
Sure, but this approach doesn't scale well and is not very Windows friendly
(you cannot wait for I/O and other Windows kernel objects simultaneously and
such).
--
Eugene
http://www.gershnik.com
.
- Follow-Ups:
- Re: Multithread safety
- From: Alexander Nickolov
- Re: Multithread safety
- References:
- Multithread safety
- From: Mike Gleason Jr Couturier
- Re: Multithread safety
- From: Eugene Gershnik
- Re: Multithread safety
- From: Arkady Frenkel
- Re: Multithread safety
- From: Mike Gleason Jr Couturier
- Re: Multithread safety
- From: Eugene Gershnik
- Re: Multithread safety
- From: Mike Gleason Jr Couturier
- Re: Multithread safety
- From: Mike Gleason Jr Couturier
- Re: Multithread safety
- From: Eugene Gershnik
- Re: Multithread safety
- From: Alexander Nickolov
- Multithread safety
- Prev by Date: Re: WindSock bind fails when ICS service in not running (Win2003 SP1)
- Next by Date: Re: Problem in XP using NetShareAdd()
- Previous by thread: Re: Multithread safety
- Next by thread: Re: Multithread safety
- Index(es):
Relevant Pages
|
Loading