[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] infinite loop
- Subject: Re: [cobalt-developers] infinite loop
- From: "Kevin D" <kdlists@xxxxxxxxxxxxxxx>
- Date: Wed Nov 15 14:22:00 2000
- List-id: Mailing list for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
You should be able to kill any process that you feel like. I think by MySQL
infinite loop you mean a perl script that accesses mysql and is running in
an infinite loop, right? If so, DONT kill the MySQL process - kill only the
perl process (because MySQL isn't in an infinite loop, only the perl
program). This may or may not damage the database that the perl script is
connecting to, depending on what the perl script is doing, but there really
is no way around that risk.
Kevin
----- Original Message -----
From: <Genesisbae@xxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Tuesday, November 14, 2000 9:10 AM
Subject: Re: [cobalt-developers] infinite loop
> does this method applies to the MySQL infinite loop also?
> I had troubles with these infinite loops.
>
> Thanks for your reply?
>
> Genesis Bae
>
> ________________________________
> In a message dated 11/13/00 2:41:56 PM Eastern Standard Time,
> kdlists@xxxxxxxxxxxxxxx writes:
>
> << Telnet to the server, su to root, and type "ps ax"
> Find the perl process that is running, and issue a kill command - "kill
> <pid>" where <pid> is the number of the process from the ps ax list.
>
> Kevin
>
> ----- Original Message -----
> From: <Genesisbae@xxxxxxx>
> To: <cobalt-developers@xxxxxxxxxxxxxxx>
> Sent: Monday, November 13, 2000 12:05 PM
> Subject: [cobalt-developers] infinite loop
>
>
> > hi, all.
> > one of my customer wrote a perl program with infinite loop.
> > It looks like writing into it db text file infinitely until his site
runs
> out
> > of the disk space.
> > Is there easy way to stop that loop?
> >
> >
> > Genesis Bae
> >
> > >>
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>