Interesting, are you saying:-
1) that there is some generic facility I can use to do this in tomcat
or
2) Each business object should decide whether it can handle another request
(assuming it knows one is in progess, e.g. using some state flag) ?
Cheers,
Russ
----- Original Message -----
From: "Luba Powell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 20, 2001 12:04 AM
Subject: Re: multithreaded beans, struts, doing it right...
> <<
> user accidentally double clicks one of the
> links and the same business object gets two requests, where the first
isn't
> finished before it recieves the second.
> >>
>
> This probably better be intercepted, even if the logic is thread safe.
> Too confusion to the client. You can watch user activity thread in
> your session object.
>