Probably You can easily convert your application into wsgi compilant, which can be run in long time running process (for example under http://pypi.python.org/pypi/waitress/ server). In that situation Your code runned under pypy could "warm up", and so - can be optimized in runtime.
Could You post somewhere source of your cgi-server? I can help You with such conversion... I'm also curious about how much that will help in both situations, i mean under cpython, and under pypy. btw. which version of cpython You have in mind under "Python" name? And which version of pypy You are using? _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
