>We are having problems running simultaneous JTS user transactions . If
the
>transactions are from seperate java client programs , or from seperate
>threads in the same VM, it works fine. But when we use a web server
(IIS),
>for some reason simultaneous transactional requests from seperate
instances
>of web browser hose each other.
Sachin,
do you mean by 'separate instances' that you have one browser process
with
multiple windows and the code that starts the transactions runs on the
web
server and uses session management to keep the state between HTTP
requests?
If this is the case the problem should be that IIS opens _one_ session
per browser
process and _not_ per browser window. If you want to track different
states for
different browser windows in one process you have to use other means for
session
management (e.g. hidden form fields with session ids).
Hope this helps,
Soeren
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".