I'm developing with pyramid (1.2) on a Mac with Snow Leopard (OSX 10.6.8). I've set up a virtualenv with all the libraries I need. I'm doing my editing in vim. When I want to see the results in a web browser, I issue
:!paster serve development.ini inside vim. Most of the time the server starts right up and I see the messages: Starting Server in PID xxxx serving on 0.0.0.0:6543 view at http://127.0.0.1:6543 immediately. But sometimes, there is a significant (30 seconds or more) delay between those two messages. My normal development process is edit the code, launch the server, play with the website, ctrl-c out of the server, edit, repeat. I could be in and out of the server rapidly (especially when my code for the web page raises an exception <g>). Any idea why I sometimes get a delay in launching the server? Thanks, Mark -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
