i've run into problems with apache/php/mysql where mysqld's
max_connections is less than the number of httpd processes are
running, because php's pconnect will create a persistent connection
per process.
my understanding of the pg library you are using is it will setup a
number of connections up f
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Chuck
> Esterbrook
>
> On Thu, 24 Feb 2005 13:11:12 -0500, Matt Feifarek wrote:
> > Hi Steve.
> >
> > We remembered why we did this: it's Webkit's fault. Or perhaps it
> > is the fault of cgi.FieldStorage.
On Thu, 24 Feb 2005 13:11:12 -0500, Matt Feifarek wrote:
> Hi Steve.
>
> We remembered why we did this: it's Webkit's fault. Or perhaps it
> is the fault of cgi.FieldStorage.
>
> Even if you take FormKit out of the equation, a multiple-select
> tag works this way. We can certainly "fix" this via
>
Hi Steve.
We remembered why we did this: it's Webkit's fault. Or perhaps it is
the fault of cgi.FieldStorage.
Even if you take FormKit out of the equation, a multiple-select
tag works this way. We can certainly "fix" this via FormKit,
but we thought it bad to change the behavior of the way webki
Title: Recipes for using TAL with WebKit
We have been using WebKit + Cheetah for some pages, and WebKit + FunFormKit for some other pages, and we're now looking for something a little more JSP-like, where we can encapsulate logic in a few custom tags and make the page templates HTML. PSP (as