On Sun, Mar 31, 2013 at 4:12 PM, Igor Sysoev wrote:
> On Mar 31, 2013, at 14:33 , Justin Cormack wrote:
>
> > There is a note in src/os/unix/ngx_user.c about a bug in glibc for
> crypt_r:
> >
> > /* work around the glibc bug */
> > cd.current_salt[0] = ~salt[0];
> >
> > value = crypt_
On Mar 31, 2013, at 14:33 , Justin Cormack wrote:
> There is a note in src/os/unix/ngx_user.c about a bug in glibc for crypt_r:
>
> /* work around the glibc bug */
> cd.current_salt[0] = ~salt[0];
>
> value = crypt_r((char *) key, (char *) salt, &cd);
>
> I was wondering if anyone k
On Mar 31, 2013, at 14:11 , Reinis Rozitis wrote:
>> How much the cache's size is larger than the host's physical memory?
>
> 32Gb ram and 240Gb (fits on a ssd) mapped file (no swapping involved).
Did you try previously nginx cache also on SSD or on usual hard disk?
--
Igor Sysoev
___
Moved this post to "How to" section ..
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,237978,237990#msg-237990
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
There is a note in src/os/unix/ngx_user.c about a bug in glibc for crypt_r:
/* work around the glibc bug */
cd.current_salt[0] = ~salt[0];
value = crypt_r((char *) key, (char *) salt, &cd);
I was wondering if anyone knew what the bug was, as I am running on a
platform (Musl libc) tha
How much the cache's size is larger than the host's physical memory?
32Gb ram and 240Gb (fits on a ssd) mapped file (no swapping involved).
rr
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hello to all friends.
How can I install cache server for caching downloaded files ?
I try use Squid and Polipo for it.
but it's not working properly.
Squid can caching downloaded files when download the file without Download
Managers.(Like IDM)
When I use a Download Manager , Squid can't cache th