Configuration of postgres on windows - Mailing list pgsql-cygwin

From shyamperi@davlin.co.in
Subject Configuration of postgres on windows
Date
Msg-id 2701065.1066255906373.JavaMail.tomcat@mail.davlin.co.in
Whole thread Raw
List 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
ofconnection 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,
thusbloking 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

pgsql-cygwin by date:

Previous
From: Marsh Ray
Date:
Subject: Re: Need help for installation of PostgreSQl
Next
From: shyamperi@davlin.co.in
Date:
Subject: [none]