Vladimir Kralik wrote:
DATE: 01/29/2001 23:25:22
SUBJECT: RE: [Webware-discuss] AppServer communication
>I don't how this is in M$ Window$, but in UNIX, anything is file, so
>when I read something from socket, and entire data ( dictionary )
>doesn't buffer, reading thread wait until has whole amount of data ( if
>socket is in blocking mode ) or EOF. The same property has os.pipe().
Not if you aren't using blocking sockets. The AsyncThreadedAppServer, which
is able to handle heavier loads than the ThreadedAppServer, reads from the
socket asynchronously, ie non-blocking.
Jay
----------------------------------------------------------------------------
This e-mail and any attachments may be confidential or legally privileged.
If you received this message in error or are not the intended recipient, you
should destroy the e-mail message and any attachments or copies, and you are
prohibited from retaining, distributing, disclosing or using any information
contained herein. Please inform us of the erroneous delivery by return
e-mail.
Thank you for your cooperation.
----------------------------------------------------------------------------
|