Date: Fri, 19 Aug 2005 15:00:41 GMT From: Nick Johnson <freebsd@spatula.net> To: freebsd-threads@FreeBSD.org Subject: Re: threads/85112: Resource temporarily unavailable reading from sockets with Java/libpthread/jdbc Message-ID: <200508191500.j7JF0fV0008876@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR threads/85112; it has been noted by GNATS. From: Nick Johnson <freebsd@spatula.net> To: bug-followup@FreeBSD.org Cc: Subject: Re: threads/85112: Resource temporarily unavailable reading from sockets with Java/libpthread/jdbc Date: Fri, 19 Aug 2005 07:52:40 -0700 (PDT) The problem is happening during a socket read, not during connect (see the stack trace). The connect is definitely working; it causes postgres to spawn processes to handle the requests... but a database connection is far more than just a connect. There are credentials to exchange, database names to give, etc.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508191500.j7JF0fV0008876>