I have a Swing app which is essentially single-threaded, accessing the
server in the usual way through a session facade. I'd like to do some
background loading of certain data for performance reasons, but when I
try to do this by using a separate thread (and separate session
instance), I get various transaction collision problems if these two
threads access the server at the same time.
I'm obviously missing something here--shouldn't different remote client
threads from the same client be able to access JBoss simultaneously in
the same way that entirely different clients can? I.e., shouldn't they
spawn separate transactions which are scheduled appropriately by JBoss?
Any clarification appreciated,
Beau Cronin
-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
- Re: [JBoss-user] Can two separate client threads make s... Beau Cronin
- Re: [JBoss-user] Can two separate client threads m... Alex Loubyansky
- RE: [JBoss-user] Can two separate client threa... Bill Burke
- Re: [JBoss-user] Can two separate client threa... Beau Cronin
- Re: [JBoss-user] Can two separate client t... Dan Christopherson
- Re: [JBoss-user] Can two separate clie... Beau Cronin
- RE: [JBoss-user] Can two separate... Bill Burke
- Re[2]: [JBoss-user] Can two separ... Alex Loubyansky
- Re: [JBoss-user] Can two separate client threa... Beau Cronin
- Re: [JBoss-user] Can two separate client threads m... David Ward