HP3000-L Archives

December 2000, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Fri, 22 Dec 2000 11:57:22 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (12 lines)
>I used the examples provided at http://www.editcorp.com/personal/lars_appel/

PS... The example at the above web site is pretty minimalistic. It only
handles a single request (not even in a loop). In a more real-life type
of context, one would typically have a parent process listening for the
incoming connection requests and then use the IPCGIVE/IPCGET mechanism
to pass them to child processes (either by creating a new child for each
new request or by awaking one from a pool of children). This way, there
could be multiple concurrent client connections working with the server.

Lars.

ATOM RSS1 RSS2