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