Closed honux closed 9 years ago
I think developers should handle this on their own. If you need asynchronous calls you can always do those calls in seperate threads.
After talking with some colleges I have to agree with @danijoo. Making the system async is best left to the developer and how ever they choose to implement such a feature, be it by calling a url, by running multiple script, or what ever.
Is there a way to add asynchronous call on the API? Sometimes I do more than one API call and it would be awesome.
BTW:: Great job on the API.