So, in a sense, the java method actually makes the thread go to sleep for x milliseconds and stop processing, and then when the time is up, it starts processing again? And doing it the CF way it's processing constantly...
Am I getting it right now? If so, wow, that's a big difference, and I appreciate the explanation! Dave -----Original Message----- From: Russ [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 2:53 PM To: CF-Talk Subject: RE: Is the a wait function in ColdFusion MX 6.1? Because when you do it in cf, you are forcing it to execute (do math) however long you do the function for. When you are calling the java function, it calls some method that wakes it up after a certain time, but does not use any cpu.. ****************************************************************************************** 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. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:215945 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

