o0JoeCool0o wrote: > [EMAIL PROTECTED] wrote: > > Your right, it will timeout, do you have an example of how to implement > > that...I'm new to all of this > > Interesting I would think the function would time out regardless of > whther you have a different function checking the thread state. > > Unless theres a way to adjust the time out or return something in the > first call and then call it again with where it left off kind of > thing...
Wrong... You can simply spawn a new thread that works and the polling function can simply check that thread state. This would be complicated in a multi-server setup. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
