Thanks for the thoughts...I was just curious. :)

Dave

-----Original Message-----
From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
Sent: Monday, August 22, 2005 4:18 PM
To: CF-Talk
Subject: RE: What does Wait() do?


> Hi,

> I had already tried executing it to find out, I get this
> error when I execute wait() with a numeric value as the
> argument:

> current thread not owner

> Thanks,

> Dave

Ahh... well that would explain why it's not documented. :) I stand by
my original hypothesis that it performs a thread.sleep() but probably
can only be executed by certain cf internal processes, such as some of
the cf tags which exist as compiled java (instead of cfml tags in the
special directory).

Although... given that error message, it probably actually accepts a
thread as its argument and waits for that thread to complete whatever
task its been given. Which would be redundant in cfml anyway, since
your cfml code already must wait for the task to complete before
continuing if you were to spawn a java thread and task it with
something. Or such is my limited understanding...
******************************************************************************************
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to 
the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL 
requests 
that you immediately notify the sender and asks that you do not read the 
message or its 
attachments, and that you delete them without copying or sending them to anyone 
else. 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216026
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to