Re: [Webware-discuss] Why is this xmlrpc so slow?

2005-02-24 Thread jacob martinson
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

RE: [Webware-discuss] MultiSelectField - type of value

2005-02-24 Thread Ben Parker
> -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.

Re: [Webware-discuss] MultiSelectField - type of value

2005-02-24 Thread 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. > > Even if you take FormKit out of the equation, a multiple-select >  tag works this way. We can certainly "fix" this via >

Re: [Webware-discuss] MultiSelectField - type of value

2005-02-24 Thread Matt Feifarek
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

[Webware-discuss] Recipes for using TAL with WebKit

2005-02-24 Thread Hancock, David (DHANCOCK)
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