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
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
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/
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
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
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