I am having a unique situation pop up.  It's some
kind of concurrency issue but I can't figure out
what's causing it.  I am generating PDFs in a servlet
and a single request to the servlet works fine but
if two users request a PDF at "roughly" the same time
then the adobe plugin appears to get confused and
doesn't display the generated file.  Each users request
is actually getting made 3 times(using the same request
object) to generate 3 unique files(servlet generates
unique file ids).  I have removed AutoSetup ContextInterceptor so there is
only one instance of the servlet and the jsp calling the servlet is only
making a single request.  The first request for each PDF has a Referer and a
request.getRequestURI() each subsequent(duplicate) request does not have a
Referer.  Any suggestions would be appreciated.

TC 3.2
Win2K
Sun JDK 1.2


---
Michael Wentzel
Software Developer
<a href="http://www.aswethink.com";>Software As We Think</a>

Reply via email to