c - How does inetd know which process to send incoming data to? -


I am trying to replace an inetd / xinetd service with a standalone. What's the simplest I can do? What is some standard code to get started?

how to find out what data to send incoming data

It is created (usually using fork () followed by exec * () ), so its process-id.

Is there a standard code to get started?

What about it?


Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

sql server ce - Is there some way to make sqlce3.5 and 4.0 co-exist in the C# project -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -