[tcljava-user] Multi-threadability and Tomcat
Brought to you by:
mdejong
From: Ivan L. <fun...@ya...> - 2006-11-13 19:32:49
|
Hey all, I'm interested in embedding TCL in Tomcat, so I'm looking to Jacl to provide this. I figure I'd set it up similar to I think what AOLserver had: One master interpreter, which is copied into a child interpreter pool. To serve a http session, a user is given a child interpreter and after the session, the child interpreter is destroyed. Does this sound like something Jacl should be able to do? I'm a little out of my realm here, as I'm not a C coder familiar with TCL's architectre (other than it's everything is a string :)) and I'm pretty new to threading and issues you might have with it, lock contention etc... Thanks in advance for any advice/help you can provide! Ivan ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com |