Quantcast
Channel: OS|DC
Viewing all articles
Browse latest Browse all 64

Powershell Web Service/Rest API with Asynchronous request handling.

$
0
0

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.

Viewing all articles
Browse latest Browse all 64

Latest Images

Trending Articles



Latest Images