Quick ‘I put this here’ post to let you know that I’ve put together (stealing with pride style…) a basic web service that can handle request asynchronously. I’ve found a lot of PowerShell Web service example on GitHub, but none of them with support for asynchronous call back, so now there at least one…
Using async. callback allow each request to be processed in his own run space and allow to handle any other incoming request at the same time (something that can’t be achieved in synchronous mode).
This is just a sample of something bigger that I hope to bring here in my next post, so stay tuned and see you soon.
Web service with Asynchronous call back on GitHub
Note: If you are like ‘What the hell is he talking about !!!’, please wait until next post for clarification.