文件名称:java多线程tcpsocketserver源码-fcgi:libfcgi
文件大小:526KB
文件格式:ZIP
更新时间:2024-06-25 00:48:17
系统开源
java多线程tcp socket server源码FastCGI 开发者工具包自述文件 $Id: README,v 1.21 2003/01/19 17:19:41 robs Exp $ Copyright (c) 1996 Open Market, Inc. See the file "LICENSE.TERMS" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. 基本路线 Unix: ./configure make make install Win32: nmake -f Makefile.nt (or use the MSVC++ project files in the Win32 directory) 变化 有关更改的更多详细信息,请参阅 上的 cvs 日志。 2.4.0 *) 当关闭连接时,shutdown() TCP 套接字的发送端以防止 TCP RST 破坏客户端上的数据接收(当客户端继续向应用程序发送数据时)。 *) [