Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: persistent connections

  • Subject: Re: persistent connections
  • From: "aston" <rajesh.rc@xxxxxxxxx>
  • Date: 14 May 2006 22:10:25 -0700
  • Complaints-to: groups-abuse@google.com
  • In-reply-to: <1393152.DYSKbmNHJG@schestowitz.com>
  • Injection-info: j33g2000cwa.googlegroups.com; posting-host=202.161.131.71; posting-account=mdQtaw0AAAA0Z4Y-NScnavmsrC1mPG55
  • Newsgroups: comp.infosystems.www.servers.unix
  • Organization: http://groups.google.com
  • References: <1147335448.175765.213730@j33g2000cwa.googlegroups.com> <o8ebj3-7t9.ln1@asgard.webthing.com> <1147410670.003552.189790@y43g2000cwc.googlegroups.com> <1393152.DYSKbmNHJG@schestowitz.com>
  • User-agent: G2/0.2
  • Xref: news.mcc.ac.uk comp.infosystems.www.servers.unix:100752
I want to implement two small demon servers, which makes the persistent
connection between them. Each demon servers only sent the request and
get the reply. Each servers are located between two ends. Web-browser
request and reply comes throught these servers. Theses servers makes
the connection persistent so that the other client requests can use the
previous connected sockets.

I implemented one server but don't have the idea how to implement other
server with the characterstics of persistent connection to the
implemented server. The implemented servers opens the X number of
ESTABLISHED connection and i don't want the other server close this
connections.

Any idea ??

If you don't understand my idea..........I will explain...

with regards

aston


[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index