Re: Sockets: code works locally but fails over LAN
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Wed, 31 Aug 2005 13:42:25 -0000
On 2005-08-31, Peter Hansen <peter@xxxxxxxxxxx> wrote:
> 2. I'm not at all sure that accessing the same socket object
> simultaneously from two threads is safe.
It's OK under Unix. Having one thread handle rx and a
different one handle tx is a pretty widely used method.
Don't know about Win32...
--
Grant Edwards grante Yow! Someone in DAYTON,
at Ohio is selling USED
visi.com CARPETS to a SERBO-CROATIAN
.
- References:
- Sockets: code works locally but fails over LAN
- From: n00m
- Re: Sockets: code works locally but fails over LAN
- From: Peter Hansen
- Sockets: code works locally but fails over LAN
- Prev by Date: Re: Python doc problems example: gzip module
- Next by Date: Re: .pth files in working directory
- Previous by thread: Re: Sockets: code works locally but fails over LAN
- Next by thread: Re: Sockets: code works locally but fails over LAN
- Index(es):
Relevant Pages
|