I'm using CFLDAP against a Novell directory service. Ocassionally, I am getting the thread hanging even though I have a timeout="60" set on my cfldap tag. (This is MX and Macromedia docs say that timeout is actually in milliseconds not seconds http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19579, but it doesn't seem to work regardless).
Is there a way that I can keep the thread from hanging? I was thinking about creating a Java thread before the cfldap call and having it sleep 60 seconds and then throw an exception. After the cfldap call, I would stop and kill the thread so that the exception would not be thrown if the cfldap call completed in time. Is this possible? Any pointers on how to accomplish this? Thanks, Jon ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:193862 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

