Configuration of postgres on windows

From: shyamperi(at)davlin(dot)co(dot)in
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Configuration of postgres on windows
Date: 2003-10-15 21:31:58
Message-ID: 2701065.1066255906373.JavaMail.tomcat@mail.davlin.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

3:33p
Dear all,
I have installed postgres on windows 98 using cygwin. Now when I run it, it is working fine. But as and when the number of connection increases the server is failing to handle those request, thus discarding the clients request.
Logs at the server end :
LOG: pq_recvbuf: recv() failed: No error
LOG: incomplete startup packet
LOG: pq_recvbuf: recv() failed: No error
LOG: incomplete startup packet
LOG: pq_recvbuf: unexpected EOF on client connection
LOG: pq_recvbuf: unexpected EOF on client connection
Logs at the client end :
java.net.SocketException: connect (code=10055)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at org.postgresql.PG_Stream.<init>(PG_Stream.java:38)
at org.postgresql.jdbc1.AbstractJdbc1Connection.openConnection(AbstractJ
dbc1Connection.java:160)
at org.postgresql.Driver.connect(Driver.java:122)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at achalpos.JdbcConnector.<init>(JdbcConnector.java:25)
at achalpos.StandardMenu.<init>(StandardMenu.java:155)
at achalpos.AchalPos.jbInit(AchalPos.java:81)
at achalpos.AchalPos.<init>(AchalPos.java:40)
at achalpos.AchalPos.main(AchalPos.java:51)
End of Stack Trace

And more over the ipc-daemon which I am running at the back end is consuming more and more memory with out flushing, thus bloking the whole network traffic.
I would be thank ful, if any one can suggest some solution.

-----
Warm Regards
Shÿam Peri

II Floor, Punja Building,
M.G.Road,
Ballalbagh,
Mangalore-575003
Ph : 91-824-2451001/5
Fax : 91-824-2451050

DISCLAIMER: This message contains privileged and confidential information and is
intended only for the individual named.If you are not the intended
recipient you should not disseminate,distribute,store,print, copy or
deliver this message.Please notify the sender immediately by e-mail if
you have received this e-mail by mistake and delete this e-mail from
your system.

Attachment Content-Type Size
Untitled1 text/html 3.2 KB

Browse pgsql-cygwin by date

  From Date Subject
Next Message shyamperi 2003-10-16 04:34:11 [none]
Previous Message Marsh Ray 2003-10-15 21:10:46 Re: Need help for installation of PostgreSQl