Re: FCGX_Accept_r fails
David Norton <[email protected]> Fri, 13 Aug 2010 12:41:34 -0400
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
ulimit -a reports... core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 20 file size (blocks, -f) unlimited pending signals (-i) 16382 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) unlimited virtual memory (kbytes, -v) unlimited file locks (-x) unlimited What permission(s) or user limit(s) would effect FCGX_Accept_r? I did some Googling on FCGX_Accept_r, ulimit, and permissions but couldn't dig up anything. Any further hints? Any idea what -88 return value means? Thanks, David On Fri, Aug 13, 2010 at 9:31 AM, Tom Bowden <[email protected]> wrote: > > Perhaps ulimit or port permissions? > > On Aug 12, 2010, at 10:30 PM, David Norton wrote: > >> I wrote an app in C++ running on Ubuntu 10.04...works great. Built the code on an amazonaws hosted Ubuntu server and FCGX_Accept_r returns -88 every time. >> >> Any thoughts on what I'm doing wrong? >> >> Thanks, >> >> David >> _______________________________________________ >> FastCGI-developers mailing list >> FastCGI-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org >> http://mailman.pins.net/mailman/listinfo.cgi/fastcgi-developers >