----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Richard Hallier wrote:
>
> Hi,
>
> I designed my application in a thread-safe way, without realizing
> singlethreadmodel was present.
Good choice !
> It is possible to disable this singlethreadmodel to come back to a
> full-enabled thread model ?
forget singlethread model, and write your code thread-safe (synchronize
only what needs to be synchronized).
Jean-Luc
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]