The test django page used no DB and the test itself didn't do much I/O operations and the system didn't go into swap. As for errors I get this from the running server (in console): ################################################### Traceback (most recent call last): File "/home/piotr/nowe/python/django_src/django/core/servers/basehttp.py", line 273, in run self.finish_response() File "/home/piotr/nowe/python/django_src/django/core/servers/basehttp.py", line 312, in finish_response self.write(data) File "/home/piotr/nowe/python/django_src/django/core/servers/basehttp.py", line 391, in write self.send_headers() File "/home/piotr/nowe/python/django_src/django/core/servers/basehttp.py", line 443, in send_headers self.send_preamble() File "/home/piotr/nowe/python/django_src/django/core/servers/basehttp.py", line 372, in send_preamble self._write( File "/usr/lib/python2.4/socket.py", line 256, in write self.flush() File "/usr/lib/python2.4/socket.py", line 243, in flush self._sock.sendall(buffer) error: (32, 'Broken pipe') ##############################################
Some more "tests" will come (django and others :)) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---