Martin Honnen wrote:
Obsidienne wrote:
i have to use the SOAP API present in firefox.
I have found a lot of explanation about how to use it but nothing
about how it works.
If you "have to use" the SOAP API you mainly need to know how to use it
and not how it is implemented.
I don't have found the answer to this simple question:
How are handled multiple SOAP call with the same callback ?
I mean, if the user sends a lot of aSyncCall, each calls having the
same callback. What will happen ? Each response are stored in a queue,
a stack, or a thread ?
A callback is a function that is called when a response arrives, so if
you are doing asynchronous calls then each time a response arrives the
callback is called.
Another question is about timeout.
Is there any need for a timeout ?
Mozilla SOAP API doesn't have a SOAP timeout,
but there's some cases where the soap call is not answered.
What kind of timeout do you think you need to set?
Please note that the XML group might be a better place to ask about the
SOAP API and using it, unless you have specific problems related to SOAP
components and XPCOM.
Thanks for your answer
--
Obs.
_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom