You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Jean-Sebastien Delfino <js...@apache.org> on 2007/01/03 19:08:41 UTC

[C++] Making SCARuntime thread safe

SCARuntime is not thread safe and this is breaking our Windows story, 
since HTTPD is multi-threaded on Windows. I'm planning on making a few 
changes to it to make it thread safe, turn some statics into 
ThreadLocals and protect the initialization of the runtime with a Mutex 
lock (using the classes I recently added to tuscany::sca::utils).

I think that our Ruby support will need a fix or two as well. Are there 
any other areas of the runtime that will need the same kind of changes?

-- 
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org