Re: [PHP] PHP telnet server
- From: mlemos@xxxxxxx (Manuel Lemos)
- Date: Tue, 30 Dec 2008 19:49:53 -0200
Hello,
There are plenty of ready to use solutions to build TCP servers. Here
are some of them:
Simple TCP Daemon
http://www.phpclasses.org/daemon
Generic socket based networking servers
http://www.phpclasses.org/clssocket
Implement TCP socket server scripts
http://www.phpclasses.org/flosocket
Implement TCP/IP client and servers
http://www.phpclasses.org/net
Implement TCP socket servers
http://www.phpclasses.org/simpleserver
Handle multiple TCP socket connections
http://www.phpclasses.org/supersocket
Build TCP socket networking servers
http://www.phpclasses.org/qserv
--
Regards,
Manuel Lemos
Find and post PHP jobs
http://www.phpclasses.org/jobs/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
.
Relevant Pages
- Re: TCPIP Default keep alive question
... since last December we have been getting ASOD abends in certain CICS ... Did you mean to alert us to the possibility that the *partner* TCP ... SO_KEEPALIVE socket option and do not override the interval using the ... TCP keepalive probes end TCP connections after a period of inactivity. ... (bit.listserv.ibm-main) - Re: TCPIP Default keep alive question
... Did you mean to alert us to the possibility that the *partner* TCP application ... SO_KEEPALIVE socket option and do not override the interval using the ... TCP keepalive probes end TCP connections after a period of inactivity. ... If the TCP_KEEPALIVE socket option is not used to specify the probe ... (bit.listserv.ibm-main) - Re: Socket stuck with puts over ADSL line
... gets stuck with the puts command within the filevent writeable ... Is the socket configured as -blocking 1? ... local buffer would fill rapidly, ... buffered portion across the WAN as its own TCP packet, ... (comp.lang.tcl) - Re: network programming: how does s.accept() work?
... The articles and books I've read all claim that the server ... port 5053 is a 'listening' port only. ... the server creates a new socket for communication between the client ... on the network, and in the RFCs which define the TCP protocol (UDP too, but ... (comp.lang.python) - Re: TCPIP Default keep alive question
... The default TCP keepalive interval for applications that enable the ... SO_KEEPALIVE socket option and do not override the interval using the ... TCP keepalive probes end TCP connections after a period of inactivity. ... If the TCP_KEEPALIVE socket option is not used to specify the probe ... (bit.listserv.ibm-main) |
|