cool. just wonderin' when you invoke the script thru the port whether by linux inetd or constant listen, each time a user calls upon it it'll be like a new "process" right?
probably this would make it clearer:
person A and B access the script at the same time using the same method. each person will be on a different "proccess" of the script right, meaning that what the script does for person A would not be related/affected to person B, right?thanx.