I want to use the same instance for more than one call
 
basically i am trying to set up a server polling process where one method is running and I can call another method to get its progress status
 
 
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED]On Behalf Of Patrick Branley
Sent: Friday, March 10, 2006 4:11 PM
To: [email protected]
Subject: [cfaussie] Re: Flash remoting

im not sure but i would imagine each method call makes a separate http request of the server. as you need to specify onStatus and onResult handlers for the remote call.
 
i think this is the point of frameworks like tartan implementing the command design pattern. this way you save up all your method calls and then fire them off to the server in one go.
 
Pat
 

 
On 3/10/06, Steve Onnis <[EMAIL PROTECTED]> wrote:
when you call a service in flash remoting, does it work within the same instance of the service or does it create a new instance each time you call a method of the service?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "cfaussie" 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/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to