Hello

I wanted to know if.. for instance you have an alias in a remote script.. and then an on event trigger in the same script, is it possible for the two parts of the script to execute at the same time? I ask because these two portions of my script manipulate the same data and there's potential for errors if that happens -- unless of course I know it works that way ahead of time, then I can make some changes to it. The event is a socket read, fyi, and when the script is finished i intend to have several socket connections at once.