P.S. I ran into this problem in both Uniface 7.2.05 and 7.2.06. I could
also probably track down
my old call tracking number if you need it.
Thanks,
Lou Loper - SBC Ameritech
-----Original Message-----
From: an...@collegenet.com [mailto:an...@collegenet.com]
Sent: Thursday, December 05, 2002 6:09 PM
To: unif...@uug.org
Subject: [UNIFACE-L:2048] iPlanet and URD threads
We have a customer who is running iPlanet on Unix with the java
servlet URD(7.2.06) but they only ever appear to have one servlet
thread running and consequently a single WASV process, which leads to
poor throughput because every request is serialized through this one
servlet.
We can see that when we use Tomcat that multiple requests are handled
by multiple threads in the URD and hence multiple WASVs.
We don't know iPlanet, so are limited in our ability to help, but have
suggested everything in the iPlanet documentation with regard to java
servlets and threads, but to no avail.
Does anyone have any experience of running the URD on iPlanet that
could give spare some hints and tips on how to make it multi-threaded?
Thanks.
Andy Heydon
CollegeNET Inc
Overhere we are working with Iplanet4.1/Solaris and the java servlet
URD(7.2.06) and ran into the same problems about the single WASV
process. Instead of using websphere, we were advised to use JRUN 3.1
as servlet engine. Works fine in the situation of Iplanet+JRUN as
webserver environment and WASV process on the uniface application
server environment(other machine,Solaris) and when there is no
firewall between them (same DMZ). But with a firewall (Checkpoint)
between both machines, JRUN is not able to stop or clean up a started
WASV process. After a while of non activity and then another URD
request, JRUN wants to enable the started WASV again. But the firewall
has blocked the connection due to a non activity time out and the user
sees an empty screen within his browser. And after a while an Uniface
URD erro message. JRUN will not start a new WASV process unless the
user does a page refresh when he is confronted with an empty page.
It's a bugging and severe problem overhere and we are looking for a
solution for this. Transferring JRUN towards the application server
environment has been tried out, but then we run into problems with
serving out .JSP files from the Iplanet webserver environment since
JRUN wants them on the same machine as were JRUN is running.
Perhaps you, or someone else, can be of any assistance for us?
Thx,
René Haring, CR Delta the netherlands
"LOPER, LOUIS M (AIT)" <ll2...@sbc.com> wrote in message news:<99C4F79B07DCD4118BE1...@msgmi54150u12.nwoc.mi.ameritech.com>...
In reading the documentation there appears to be a "number-of-singles"
parameter setting to specify the number of SingleThreadModel servlet
instances can be created.
Seems like the ticket, except we have no way of testing it.
--
Andy Heydon
CollegeNET Inc
Har...@cr-delta.nl (=?ISO-8859-1?Q?Ren=E9_Haring_CR_Delta_NL?=) wrote in message news:<3163043b.02121...@posting.google.com>...