Several Connection to Oracle8i

P

pierrerama

Hello,

Excuse for my bad english.

I would like make an multitask application (not web application). This
application could ask several request in a same time.
The problem, with an only connection, it's not possible, because the
second request waits the first request ended.

How resolving this issue? If I create an pool connexion on the server,
could I transfer a connection to another computer via RMI?

Is it correct?

Thanks for advance.
 
S

stefanomnn

Hello,

Excuse for my bad english.

I would like make an multitask application (not web application). This
application could ask several request in a same time.
The problem, with an only connection, it's not possible, because the
second request waits the first request ended.

How resolving this issue? If I create an pool connexion on the server,
could I transfer a connection to another computer via RMI?

Is it correct?

Thanks for advance.

you should centralize on server methods who acces database:
you have getting a new connection for each request, a lot of
containers provide a connection pool, to help you for thiis goal!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,586
Members
45,086
Latest member
ChelseaAmi

Latest Threads

Top