On 9/12/06, Enrico Morelli <[EMAIL PROTECTED]> wrote:
> your help is very very preciuos.
> All works fine. The only thing that doesn't like me is the performance.
> Now, the program use a lot of time and cpu to save new data.
> In your opinion, are there other possibility to do the same thing to
> optimize the perfomance?

Well, submitting a whole bunch of input elements like that is bound to
be slow. You could look into saving the data one field at a time using
xmlhttprequest (look up "ajax" on google). Just invoke the save in the
"onchange" handler and only the fields that are actually changed will
be submitted to the server.

Arnar

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to