Re: Django server crashes without error

2008-10-17 Thread ccpn
about 25% of the total memory: Mem: 6062488k total, 4693476k used, 1369012k free, 110524k buffers Swap: 2104472k total,0k used, 2104472k free, 2460792k cached PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 11954 chris 20 0 1571m 1.3g 5080 S7 23.3

Re: Django server crashes without error

2008-10-17 Thread Graham Dumpleton
How much memory is the process using just prior to it crashing? Graham On Oct 17, 9:16 pm, ccpn <[EMAIL PROTECTED]> wrote: > I just updated everything, we are using python-mysql 1.2.2 and > MySQL Client API version 5.1.26-rc, which I think are the very latest > versions > The crashes still occur

Re: Django server crashes without error

2008-10-17 Thread ccpn
I just updated everything, we are using python-mysql 1.2.2 and MySQL Client API version 5.1.26-rc, which I think are the very latest versions The crashes still occur though. Is there any logfile that tracks what is going wrong? Chris On Oct 16, 1:19 am, Graham Dumpleton <[EMAIL PROTECTED]> wrote:

Re: Django server crashes without error

2008-10-15 Thread Graham Dumpleton
On Oct 16, 1:34 am, ccpn <[EMAIL PROTECTED]> wrote: > On Oct 15, 1:08 pm, Graham Dumpleton <[EMAIL PROTECTED]> > wrote: > > > > > On Oct 15, 6:22 pm, ccpn <[EMAIL PROTECTED]> wrote: > > > > We are building a django site that involves uploading and processing > > > of files. We have found that in

Re: Django server crashes without error

2008-10-15 Thread ccpn
On Oct 15, 1:08 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Oct 15, 6:22 pm, ccpn <[EMAIL PROTECTED]> wrote: > > > We are building a django site that involves uploading and processing > > of files. We have found that in some instances the server quits after > > starting the upload proce

Re: Django server crashes without error

2008-10-15 Thread Graham Dumpleton
On Oct 15, 6:22 pm, ccpn <[EMAIL PROTECTED]> wrote: > We are building a django site that involves uploading and processing > of files. We have found that in some instances the server quits after > starting the upload process, leaving us with a blank screen. The > problem is that Django is not re

Django server crashes without error

2008-10-15 Thread ccpn
We are building a django site that involves uploading and processing of files. We have found that in some instances the server quits after starting the upload process, leaving us with a blank screen. The problem is that Django is not reporting any errors, and we have no clue what causes it. The pr