gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] choice of web frameworks


From: Sebastian Hilbert
Subject: Re: [Gnumed-devel] choice of web frameworks
Date: Tue, 13 Jul 2010 13:28:08 +0200
User-agent: KMail/1.13.3 (Linux/2.6.33-6-desktop; KDE/4.4.5; i686; ; )

Am Dienstag 13 Juli 2010, 12:59:40 schrieb Karsten Hilbert:

> This already shows some hacks how to quickly fake your way
> around it:
> 
> - use read-write connections only
> - always use an explicit DSN
> - set maxconn to some obscene value
> 
> I would just try upping maxconn a bit to find out whether it
> is just lacking a few connections. If that doesn't fix it
> I'd look for a more fundamental, conceptual problem (perhaps
> the web client/framework assumes it can close() the
> connection it gets from the pool ?).
>

I set the connections limit to 100 and started the process a 100 times which 
worked. I guess it works if at least one connection is freed before the 101st 
is requested.

Sebastian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]