Forum OpenACS Development: Re: Pass Tcl sockets or channels between threads

Collapse
Posted by Harish Krishnan on
Hi Andrew.. We had implemented a TCL API for memcacheD . When I was trying to integrate it with openacs I realized that I had to open a socket connection for each thread/connection. Hence I was figuring out a way to keep the socket alive between threads and pass it around.

Thanks for the information.

Collapse
Posted by Andrew Piskorski on
Ah, I see Harish, you're probably picking up on the work you first mentioned a year ago. Tom Jackson's NetV prototype and Memcached were also discussed in that thread. Is your memcached Tcl API publically available anywhere? It sounds useful.
Collapse
Posted by Harish Krishnan on
Andrew I would make it available publicly soon, I am currently tied up a couple of important issues.