<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
hello christian (and andy of course), <br>
<br>
you're right - you would have to find a way to synchronize access to
it. otherwise anything you might set with setSiteRoot or
setCurrentProject in thread A might be changed in the middle of what
thread A is doing by thread B, causing an amazing mess ...<br>
<br>
this is only good for things where you can precisely say what is going
to happen and when it's going to happen.<br>
<br>
.rm<br>
<br>
<blockquote cite="mid454DE67A.10306@web.de" type="cite">
<pre wrap=""><!---->this is possible, but you should be careful about what you do with this
cmsObject. You should not access any request-related things, because
there is probably no meaningful information in the request context of
that cms object.
Also, I don't know, which user, project and site root would be set for
that cmsObject
christian
</pre>
</blockquote>
<br>
</body>
</html>