Re: [naviserver-devel] openssl

2006-04-05 Thread Vlad Seryakov
for now only Ns_SockWait should be replaced in 2 places with Ns_SockTimedWait in ssl.c Zoran Vasiljevic wrote: Am 05.04.2006 um 21:52 schrieb Vlad Seryakov: Another problem i had to resolve today, openssl need hacking now to be able to compile and use it under Naviserver. Do we want to fork

Re: [naviserver-devel] openssl

2006-04-05 Thread Zoran Vasiljevic
Am 05.04.2006 um 21:52 schrieb Vlad Seryakov: Another problem i had to resolve today, openssl need hacking now to be able to compile and use it under Naviserver. Do we want to fork it and maintain in our repository? It would be interesting to know what hacking it needs as this may also appl

[naviserver-devel] openssl

2006-04-05 Thread Vlad Seryakov
Another problem i had to resolve today, openssl need hacking now to be able to compile and use it under Naviserver. Do we want to fork it and maintain in our repository? -- Vlad Seryakov 571 262-8608 office [EMAIL PROTECTED] http://www.crystalballinc.com/vlad/

Re: [naviserver-devel] Re: [naviserver-commits] naviserver/nsd tclcache.c,1.2,1.3 tclcmds.c,1.34,1.35

2006-04-05 Thread Vlad Seryakov
Yes, i use cache and in my case i do need to use get and set in different situations, for example i need to set cache entry regardless of what is there, eval will return me existing value, so i need to flush it first which gets to the same race condition issue. Same with get, i just need to get

Re: [naviserver-devel] Fwd: [TCLCORE] TIP #265: A Convenient C-side Command Option Parser for Tcl

2006-04-05 Thread Stephen Deasey
Thanks, I'll take a look. On 4/4/06, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: > Hi! > > It seems like Tcl is also going to do this. > Stephen, you might eventually comment on > that on tclcore list. > > Cheers > Zoran

[naviserver-devel] Re: [naviserver-commits] naviserver/nsd tclcache.c,1.2,1.3 tclcmds.c,1.34,1.35

2006-04-05 Thread Stephen Deasey
What's the use case for these commands? I looked at the existing usage in e.g. ACS back when I added this and it seems that people are calling _get, and if it's not there, then calling _set. But this looks like a race condition to me. Does _eval not cover everything? On 4/5/06, Vlad Seryakov