houseonfire Posted September 27, 2008 Posted September 27, 2008 Is it possible to run more than one loop at once, as commanded by a button.
MerkurAlex Posted September 27, 2008 Posted September 27, 2008 I think thats something like what a multi-threaded language would do someone correct me if im wrong about that. As far as i know no you cannot. [quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]
zackrspv Posted September 27, 2008 Posted September 27, 2008 Is it possible to run more than one loop at once, as commanded by a button.What were you trying to accomplish, btw? Lots of work has been done w/ forking processes, or starting multiple processes at the same time, with regards to bypassing the multi-threading limitation of the language. That's not to say that you can run 2 If/Then loops at the exact same time in the same script; but you may be able to run 2 simultaneous loops by forking 2 command processes off at the same time. What were you trying to accomplish, as your primary post wasn't too clear. -_-------__--_-_-____---_-_--_-__-__-_ ^^€ñ†®øÞÿ ë×阮§ wï†høµ† ƒë@®, wï†høµ† †ïmë, @ñd wï†høµ† @ †ïmïdï†ÿ ƒø® !ïƒë. €×阮 ñø†, bµ† ïñ§†ë@d wï†hïñ, ñ@ÿ, †h®øµghøµ† †hë ë§§ëñ§ë øƒ !ïƒë.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now