> 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... s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806Dealey.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:215957 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

