#include "ns.h"Functions | |
| int | NsSock_ModInit (char *server, char *module) |
| int NsSock_ModInit | ( | char * | server, | |
| char * | module | |||
| ) |
----------------------------------------------------------------------
NsSock_ModInit --
Sock module init routine.
Results: See Ns_DriverInit.
Side effects: See Ns_DriverInit.
----------------------------------------------------------------------
Initialize the driver with the async option so that the driver thread will perform event-driven read-ahead of the request before passing to the connection for processing.
1.5.1