Re: sqlmapclients

2005-05-20 Thread Brandon Goodin
ate a seperate thread but i do > access my sqlmapclient for a singleton instance. > > > best regards, > > Steve.. > > -Original Message- > From: Brandon Goodin [mailto:[EMAIL PROTECTED] > Sent: Fri 5/20/2005 2:22 PM > To: ibatis-user-java@incubator.apach

Re: sqlmapclients

2005-05-20 Thread Brandon Goodin
Each call that goes into the server is it's own thread. So, there should be no issue. It's the same as though you were accessing via a servlet based front end. With the web you have a bunch of users calling only one sqlmap client. I don't see where this would be a problem. Are you running into some

RE: sqlmapclients

2005-05-20 Thread James, Steven
Thanks for the reply i think i need to futher explain i think. My gui connect to a rpc server which has an ibatis layer and one sqlclient. All the clients that can concurrently connect to the db share the same sqlmapclient. SWT GUI Clients --> rcp persisted middle ware -> ibatis Does mean i