Home
The Toolkit for Online Communities
15889 Community Members, 0 members online, 1929 visitors today
Log In Register

Forum OpenACS Development: Re: Unkown ad_proc

OpenACS Home : Forums : OpenACS Development : Re: Unkown ad_proc : One Message

+
2: Re: Unkown ad_proc (response to 1)
Posted by Claudio Pasolini on
Hi Iuri,

nsv_* are a set of Aolserver API. See http://www.aolserver.com/docs/devel/tcl/nsv-commands.html

+
3: Re: Unkown ad_proc (response to 2)
Posted by Iuri Sampaio on
That was my thought at first.
But i didn't find anything on the aolserver API docs
http://www.aolserver.com/docs/devel/tcl/api/


Thanks a lot for the link Claudio
+
4: Re: Unkown ad_proc (response to 2)
Posted by Iuri Sampaio on
Btw,

why does it use aolserver APIs instead?
I was expecting something like another ad_proc or even SQL queries.

+
5: Re: Unkown ad_proc (response to 4)
Posted by Andrew Piskorski on
Iuri, since you've been using OpenACS since 2005, you must know that OpenACS uses and depends on AOLserver.  So just what are you trying to ask here?

The AOLserver nsv_* inter-thread communication commands are extraordinarily useful, one of the prime examples of what makes AOLserver (and multi-threaded Tcl in general) such a nice programming environment.  Good stuff.