Re: Performance problems through gateway

2005-06-06 Thread Philippe Poelvoorde
Hi, The performance of the data transfers using the direct socket connection goes from 15 milli sec (in the lab) to ~32 milli sec (in pseudo production env). But the database calls go from 1 sec to several seconds (have not measured this yet). The database was exactly the same in both trials.

Re: Performance problems through gateway

2005-06-03 Thread SGreen
Celona, Paul - AES [EMAIL PROTECTED] wrote on 06/03/2005 01:03:18 PM: I am running mysql 4.0.18 on Windows 2003 server which also hosts my apache tomcat server. My applet makes a connection to the mysql database on the server as well as a socket connection to a service on the same server. In

Re: Performance problems through gateway

2005-06-03 Thread gerald_clark
Celona, Paul - AES wrote: I am running mysql 4.0.18 on Windows 2003 server which also hosts my apache tomcat server. My applet makes a connection to the mysql database on the server as well as a socket connection to a service on the same server. In the lab with only a hub between the client and

RE: Performance problems through gateway

2005-06-03 Thread Celona, Paul - AES
For further clarification, what we are observing is that pull down lists (which are already built on the GUI) take a long time to complete processing. The processing we are performing upon user selection is taking the selected element, updating 1 database column in 1 table with the value, and