see "Startup really slooooooow" thread for the code analysis. adding third parameter - socket.AF_INET - to all socket.getaddrinfo() calls and adding the parameter - '127.0.0.1' - to all socket.getfqdn() calls
speeds up the startup, but the updating of the /etc/hosts file is the right way imho, so you don't have to touch the framework code. Andrea -- --- 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/groups/opt_out.

