[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Chiliasp process running wild
- Subject: [cobalt-users] Chiliasp process running wild
- From: "Andy Clyde, oxfordmusic.net" <andy.clyde@xxxxxxxxxxxxxxx>
- Date: Tue Oct 29 03:52:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
i have an ASP process that has been running for a long time on one of my
RaQ4 servers:
[output from top]
915 root 0 0 70748 69M 11264 S 0 0.0 27.4 87:45
/home/chiliasp/asp-server-3000/caspeng -p:3001 -mt:5
there seem to be several (15+!) processes all running with the same memory
share (27.4%) although i guess these are all linked since there can't be 15
processes each taking up 27% of memory.
i've tried desperately to find out what's causing this. after trawling the
net and posting to the CHiliasp forum, i've narrowed it down to being a
badly written script (possibly not closing ODBC resources) but can i heck
find out which script.
now, there's a whole load of asp scripts on my box - all written by me. i
could trawl through the code of each and every single one but i'd rather not
trawl through 1000s of lines of code.
does anyone know a way i can find out which scipt is causing this? the
output of top -c is not very helpful. neither is ps since neither of these
show the asp script that is being run.
help! many thanks
andy