chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] newbie thread questions?


From: Peter Bex
Subject: Re: [Chicken-users] newbie thread questions?
Date: Thu, 11 Dec 2008 13:23:23 +0100
User-agent: Mutt/1.4.2.3i

On Thu, Dec 11, 2008 at 01:01:10PM +0100, J?rg F. Wittenberger wrote:
> > Are there any Chicken packages which are blocking? More specifically, 
> > can I run, using the http package, both HTTP client & HTTP server & some 
> > other user code without being blocked by a slow system call?
> 
> Don't know.  Those I did not use so far.

http just uses tcp ports, so they shouldn't cause problems. However, I
can imagine that when the same program is reading from a tcp port and
writing to the same port on the other end it could cause some kind of
deadlock...?

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth

Attachment: pgpDM0qymuWeU.pgp
Description: PGP signature


reply via email to

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