chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] udp egg on win32


From: Daishi Kato
Subject: [Chicken-users] udp egg on win32
Date: Fri, 03 Feb 2006 17:45:18 +0900
User-agent: Wanderlust/2.15.1 (Almost Unreal) Emacs/21.4 Mule/5.0 (SAKAKI)

Hi,

Recently, I'm working on win32, and found one thing.
(udp-recvfrom) blocks when it's run in a thread.
Of cource, with a non-blocking socket.

Looking into tcp.scm, I noticed that 
some (##sys#thread-block-for-i/o) are commentted out.
So the same thing is done in udp.scm,
and it worked.

Is it an OK way to go?
What does this do? Why only on win32?

Thanks for your advice,
Daishi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]