.TH "Server" 3 "Mon Apr 30 2012" "Version 3.3" "globus xio" \" -*- nroff -*- .ad l .nh .SH NAME Server \- \fBglobus_xio_server_create()\fP causes a tcp listener socket to be created and listened upon\&. \fBglobus_xio_server_register_accept()\fP performs an asynchronous accept()\&. \fBglobus_xio_server_register_close()\fP cleans up the internal resources associated with the tcp server and calls close() on the listener socket (unless the socket was set on the server via the attr) .PP All accepted handles inherit all tcp specific attributes set in the attr to \fBglobus_xio_server_create()\fP, but can be overridden with the attr to \fBglobus_xio_register_open()\fP\&. .SH "Author" .PP Generated automatically by Doxygen for globus xio from the source code\&.