I am involved in a project where a client connects to a EJB Server with a
query request.  The server takes the request, generates an SQL query and
returns a resultset with the data, approx 100 rows.  I am using Sun's
CachedRowSet object to return the result, because their java.sql.ResultSet
does not support serialization.

The problem I am having is that this whole process seems to be much slower
than it should be and scales extremely poorly.  IE: double the number of
machines, double the time.  I believe this is overhead due to serializing
the resultset.  I was wondering if anyone else out there has had similar
experiences or suggestions?

Thanx.
Mike

----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to