dear pgsql-bugs
i'm running postgresql 7.1.2 on freebsd4.3 my application consists of several components running on win32s clients some of the modules interact with each other on the network using udp and tcp packets i have nearly 14 clients running on the server i mentioned before on a workgroup network using a 3com 10/100 switch
while the traffic is high i mean all the clients are interacting together the server hangs up and all the connections to the server stops
even pinging doesn't reply.
at first i switched to freebsd 3.1 i thought its something related to freebsd but again the same thing happened but this time a message poped up on the server
"sdec kernel table full" and the server hang up
when i restart the server everything comes back to normal
i'm connecting to the server from the win32s clients through postgresql ODBC driver v7
i run the postmaster using /usr/local/pgsql/bin/postmaster -i -S -o -F
please if there's a solution to that reply me back ASAP