On Sat, 15 Oct 2005, Alexey Beschiokov wrote: > в 0.3.2 :: > src/os/unix/ngx_posix_init.c(53): error #1682: implicit conversion of a 64-bit integral type to a smaller integral type (potential portability > problem) > ngx_max_sockets = rlmt.rlim_cur; - ngx_max_sockets = rlmt.rlim_cur; + ngx_max_sockets = (ngx_int_t) rlmt.rlim_cur; Игорь Сысоев http://sysoev.ru