You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by "James, Steven" <St...@logicacmg.com> on 2005/05/20 12:52:08 UTC

sqlmapclients

For each gui client connecting to a server is it better to have a sqlmapclient for each or a shared client for all.

steve..

This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.

R: sqlmapclients

Posted by Fabrizio Gianneschi <fa...@gruppoatlantis.com>.
Since each SqlMapClient instance is related to a single database, but can
support many client requests (see cfg file), I think you'd not have to
provide an instance for each client, until they use the same db.

Fabrizio

-----Messaggio originale-----
Da: James, Steven [mailto:Steven.James@logicacmg.com] 
Inviato: venerdì 20 maggio 2005 12.52
A: ibatis-user-java@incubator.apache.org
Oggetto: sqlmapclients

For each gui client connecting to a server is it better to have a
sqlmapclient for each or a shared client for all.

steve..
This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be copied,
disclosed to, retained or used by, any other party. If you are not an
intended recipient then please promptly delete this e-mail and any
attachment and all copies and inform the sender. Thank you.