From: Zoran V. <zv...@ar...> - 2006-09-18 20:54:30
|
On 18.09.2006, at 20:55, Stephen Deasey wrote: > it's the explicit handle management that's making > things different. Low level C APIs just don't map directly into C. What C API's ?? Ns_ProxyGet Ns_ProxyPut Ns_ProxyEval are the only API's that C programmer might use. They are perfectly symetric and most simple. You Ns_ProxyGet a proxy, then you Ns_ProxyEval something in it (possibly many times) and then you Ns_ProxyPut it back. No locking. What could be simpler than that? |