Lines Matching defs:socket
287 pcszDescr = "Maximum number of requests before a socket will be closed (100).";
441 * Adds the given socket to the SOAP queue and posts the
443 * whenever a socket has work to do. Creates a new SOAP thread on the
468 // enqueue the socket of this connection and post eventsem so that
482 * the SOAP socket which has work to do. This reduces m_cIdleThreads
499 SOAP_SOCKET socket = m_llSocketsQ.front();
512 return socket;
538 // each int being a socket from soap_accept()
545 * up a socket from the queue therein, which has been put there by
554 // wait for a socket to arrive on the queue
556 m_soap->socket = m_pQ->get(cIdleThreads, cThreads);
558 WebLog("Processing connection from IP=%lu.%lu.%lu.%lu socket=%d (%d out of %d threads idle)\n",
563 m_soap->socket,
584 soap_end(m_soap); // clean up everything and close socket
861 WebLog("Socket connection successful: host = %s, port = %u, %smaster socket = %d\n",
886 // add the socket to the queue and tell worker threads to
889 WebLog("Request %llu on socket %d queued for processing (%d items on Q)\n", i, s, cItemsOnQ);
892 soap_done(&soap); // close master socket and detach environment