inetd or super-server in D :-)

Robert robertospara at gmail.com
Tue Sep 16 23:07:46 PDT 2008


Janderson Wrote:

> Robert wrote:
> > I code super-server in D(simple implementation of something like "inetd" does). To select attempt of connection I use modules of class Selector. My problems:
> > - how super-server can realize the port of connection request of the client, to provide proper request-handle procedure?
> > -after "fork" do I just trigger "exec" with proper server as an argument of the function   ?
> > -should I trigger everything via TCPD? (because simple version with exec(serverd,....) doesn't work properly on my ubuntu)?
> > - to close all file descriptors I have problem with usage of NOFILE const or RLIMIT_NOFILE?
> > how this thing should look in D?
> > Thanks for any tips. 
> 
> Hi Robert I don't have the answer to your problem, sorry.  However you 
> might try posting in your native language as well.  You might get lucky.

So my english is so bad? 
> -Joel




More information about the Digitalmars-d mailing list