Re: [html-formfu] Speed of processing

2009-11-02 Thread Octavian Râşniţă
From: "Carl Franks" 2009/11/2 Octavian Râşniţă : From: "Carl Franks" ... Ok, but if each user should have its own form, then how does the cache help the users? I thought that the forms could be saved without the data they contain... only the structure of the form, without any data, which shou

Re: [html-formfu] Speed of processing

2009-11-02 Thread Carl Franks
2009/11/2 Octavian Râşniţă : > From: "Carl Franks" > ... >> >> Ok, but if each user should have its own form, then how does the cache >> help >> the users? >> I thought that the forms could be saved without the data they contain... >> only the structure of the form, without any data, which should

Re: [html-formfu] Speed of processing

2009-11-02 Thread Octavian Râşniţă
From: "Carl Franks" ... Ok, but if each user should have its own form, then how does the cache help the users? I thought that the forms could be saved without the data they contain... only the structure of the form, without any data, which should be the same for all users. In that case the prog

Re: [html-formfu] Speed of processing

2009-11-02 Thread Carl Franks
2009/11/2 Octavian Râşniţă : > From: "Kahlil Hodgson" > On 10/30/2009 08:37 AM, Octavian Râşniţă wrote: > >> You are probably right. I don't think I understand very well why the >> form should be cloned, > > Carl is right on the money :-) Cloning is definitely necessary and is > what I use in my s

Re: [html-formfu] Speed of processing

2009-11-02 Thread Octavian Râşniţă
From: "Kahlil Hodgson" On 10/30/2009 08:37 AM, Octavian Râşniţă wrote: You are probably right. I don't think I understand very well why the form should be cloned, Carl is right on the money :-) Cloning is definitely necessary and is what I use in my single-process cache. Think of the case wh