On 06-10-2008, gert wrote: > > On Oct 6, 10:33 am, gert <[EMAIL PROTECTED]> wrote: >> On Oct 6, 10:18 am, "Graham Dumpleton" <[EMAIL PROTECTED]> >> wrote: >> >> > 2008/10/6 gert <[EMAIL PROTECTED]>: >> >> > > Failed requests: 9993 But I did have 1564.21 requests per second >> > > doh :-) >> > > anywayhttp://87.98.218.86/gil.pyseemto work ? >> >> > >http://87.98.218.86/bench.txt(addedmy apache.conf) >> >> > >http://87.98.218.86/bench.htm >> >> > > So did we find a gil bug in Grahams mighty code ? >> >> > No one will never know because you never post enough information. If >> > the script is generating a 500 error response, what was the traceback >> > or other error in the Apache error log? Have you tried to debug what >> > was causing the error? >> >> > Graham >> >> I have alooooot of this >> >> [Mon Oct 06 09:56:02 2008] [error] [client 127.0.0.1] Traceback (most >> recent cal l last): >> [Mon Oct 06 09:56:02 2008] [error] [client 127.0.0.1] File "/srv/www/ >> gil.py", line 11, in application >> [Mon Oct 06 09:56:02 2008] [error] [client 127.0.0.1] >> db.query("SELECT test FROM test") >> [Mon Oct 06 09:56:02 2008] [error] [client 127.0.0.1] InterfaceError: >> (0, '')
You have an InterfaceError, then, look also at the log of your database server... Did you loose the connection ? Did you share a not thread safe connection ? -- William Dodé - http://flibuste.net Informaticien Indépendant --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
