Problems with spool in java

0

I'm doing a project with four desktop applications in Swing that connect to a database ( Mysql ) that I have on a server.

Being three desktop applications where you would have to put the spool configuration. The applications what else they will do is select to a database and insert to another table.

I need some information about how to spool connections to the database. I have made four desktop applications that have to do select , insert and update and to not have problems with the connection state reviewing that should be done a spool but would not know how would be the best way to not have Problems when working the four desktop applications at the same time. I understand that it would be best not to have connection problems to perform a spool but being desktop applications made with Swing I do not know how I could configure it.

    
asked by kiristof 02.09.2016 в 09:22
source

1 answer

-1

I'll tell you a little about what I'm going to do and if I would need the connection pool. I have to connect four desktop applications with a database that will constantly use the same tables to perform select and on the other hand insert. Should be used pool connections or would not be needed for only four applications, I have never used pool of connections for desktop applications and I would like to know if in this case I would have to use it. Nor, on the other hand, I do not know where the configuration would be.

Greetings and thanks for the interest.

    
answered by 06.09.2016 в 15:12