Re: Behavior Change
Posted by: walid abdelnour
Date: August 18, 2014 01:59AM

Hi Jess,

Yes the background processes are using the same username/password (of the glassifsh / webservice) to connect to the DB, but of course each process is opening its own TCP connection using :

DriverManager.getConnection(host, user, password);

As for my tables, all are of MyIsam type, so I dont use explictly any commit / rollback queries.

Please let me know if something is still unclear.

Thanks

Options: ReplyQuote


Subject
Written By
Posted
July 15, 2014 06:45AM
August 11, 2014 02:24AM
August 14, 2014 11:29AM
Re: Behavior Change
August 18, 2014 01:59AM
August 19, 2014 04:09AM
August 23, 2014 01:30PM
September 01, 2014 11:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.