gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Re: General GCL quesions


From: Camm Maguire
Subject: Re: [Gcl-devel] Re: General GCL quesions
Date: 14 Apr 2004 10:32:48 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

Chris Hall <address@hidden> writes:

> Perhaps C listens/manages the ports, accepts the complete HTTP request
> and hands it off (without looking at it) to Lisp for
> parsing/processing?
> 

A simple implementation has a process looping over select and accept,
then forks and lets the child inherit the acceptes socket and process
it, terminating when the request is completed.  The parent continues
to listen on the same port for other connections.

Take care,


-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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