You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inetd maps the incoming request to standard input (stdin), standout output (stdout), and standard error (stderr) and launches the specified program. your WWW server. For tcp connections there are inetd parameters wait or nowait. If wait is specified them you will get pass listening socket and have to call accept and do as usual. If nowait is specified then you will get passed http client connection.
Can you have option for running from inetd in wait mode?
The text was updated successfully, but these errors were encountered: