debian man page for ns_connclose

Query: ns_connclose

OS: debian

Section: 3aolserv

Links: debian man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Ns_ConnClose(3aolserver)				   AOLserver Library Procedures 				  Ns_ConnClose(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_ConnClose - Close an open connection
SYNOPSIS
#include "ns.h" int Ns_ConnClose(conn)
ARGUMENTS
Ns_Conn conn (in) Pointer to open connection. _________________________________________________________________
DESCRIPTION
This function calls the connection's communication driver to close the connection if it is not already closed. It always returns NS_OK. If the connection is marked for keep-alive, the underlying connection is not actually closed but instead returned to the driver thread to process additional requests, if any. Connections are automatically marked for keep-alive by setting the NS_CONN_KEEPALIVE flag if the client supports it by sending an appropriate connection-keepalive header. Keep alive can be disabled before a call to Ns_ConnClose with the Ns_ConnSetKeepAliveFlag routine with a zero value for the flag argument.
SEE ALSO
Ns_ConnSetKeepAliveFlag(3), Ns_ConnGetKeepAliveFlag(3), Ns_ConnFlush(3)
KEYWORDS
connection, close, keep-alive AOLserver 4.0 Ns_ConnClose(3aolserver)
Related Man Pages
ns_connclose(3aolserv) - debian
ns_conndrivername(3aolserv) - debian
ns_connsendchannel(3aolserv) - debian
ns_connsenddstring(3aolserv) - debian
ns_connsetstatus(3aolserv) - debian
Similar Topics in the Unix Linux Community
good night! Gollum!
my thread got closed
How to find the server ip is alive ?
Connection closed by foreign host
How to find Hung connection in UNix Systems ?