I tried using strace to see what the process was doing and this is what I found. Not sure it's of any help or not?
[root@centos-63 ~]# !ps ps -ef | grep web root 8228 7923 0 13:21 pts/5 00:00:03 python web2py.py -K APITool2 root 8425 8228 0 13:58 pts/5 00:00:00 python web2py.py -K APITool2 root 8482 8185 0 13:58 pts/0 00:00:00 grep web [root@centos-63 ~]# strace -p 8425 Process 8425 attached - interrupt to quit futex(0x20a65d0, FUTEX_WAIT_PRIVATE, 0, NULL ^C <unfinished ...> Process 8425 detached [root@centos-63 ~]# -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

