Operating System - HP-UX
1833785 Members
2907 Online
110063 Solutions
New Discussion

Re: Need Help! Java Thread Timeslice

 
Peter Chang_3
Occasional Contributor

Need Help! Java Thread Timeslice

I have developed a java multi-thread transaction server that listens to a port and run an Oracle stored procedure request. Oracle stored procedures might take some time or no time to run.

Even though I make sure JVM use the native thread, I could not seem to make the server program to do multi-tasks. Once the thread call an Oracle stored procedure, the server program could not accept another TCP/IP connection and create another thread.

Help! Thank in advance!
2 REPLIES 2
harry d brown jr
Honored Contributor

Re: Need Help! Java Thread Timeslice

Peter,

What OS release are you running, what version of oracle, and what version of jvm?

live free or die
harry
Live Free or Die
Peter Chang_3
Occasional Contributor

Re: Need Help! Java Thread Timeslice

We are running:

HP-UX irhpdbac B.11.00 U 9000/800 616309343 unlimited-user license

Oracle8i Enterprise Edition Release 8.1.6.1.0 - Production
With the Partitioning option
JServer Release 8.1.6.1.0 - Production

/opt/java
/opt/java1.2

Thanks