locked
asynchronous code execution in Web Pages RRS feed

  • Question

  • User379720387 posted

    I have a listener that receives a lengthy json string (maybe more than 18,000 character) which it then parses and does a few inserts into the db.

    At the same time I would like to keep processing other incoming json string that are more much shorter.

    This like a perfect solution to do this asynchronous, however I do not know if this can be done with the frame work I am using which is Microsoft Web Pages.

    Please point me in the right direction!

    Sunday, May 17, 2020 4:47 PM

Answers

All replies