Forum Moderators: coopster & phranque

Message Too Old, No Replies

loop for ever script

how i can stop it

         

mukhtar2t

6:42 pm on Nov 16, 2005 (gmt 0)

10+ Year Member



peace be upon you guys

i am using a perl script to loop forever to make some monitoring on a mysql db and i am using prepear_cached method for ten queris insid this script i noticed that there are ten connection to my db with that user witch i used in my script :

is those ten connection created by prepeare_cached functions or i was duplicated the script execution
and how i can stop this script from background system i didn't find it with "ps" command.

mukhtar2t

6:31 am on Nov 17, 2005 (gmt 0)

10+ Year Member



Ok guys i found the solution

it was ten instance from the same script and when i killed them the connections reduced thank you and best regards