Re: SSL Session Cache on Windows

2015-05-16 Thread Igal @ Lucee.org
Thank you, Maxim, for your reply. > It's not really a big deal though, as > ssl_session_cache with builtin cache was available all the time, > and there is no serious difference as it's not possible to use > multiple worker processes on Windows. Based on that statement I will not bother with th

Re: SSL Session Cache on Windows

2015-05-16 Thread Maxim Dounin
Hello! On Fri, May 15, 2015 at 12:30:11PM -0700, Igal @ Lucee.org wrote: > hi, > > I know that in the past the directive: > > ssl_session_cache shared:SSL:1m; > > did not work on Windows. > > in nginx 1.9.0 I see "*) Feature: shared memory can now be used on > Windows versions with addr

SSL Session Cache on Windows

2015-05-15 Thread Igal @ Lucee.org
hi, I know that in the past the directive: ssl_session_cache shared:SSL:1m; did not work on Windows. in nginx 1.9.0 I see "*) Feature: shared memory can now be used on Windows versions with address space layout randomization." does that mean that ssl_session_cache can be used on Windows