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.