Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Are requests asynchronous, synchronous or either?

0
Posted

Are requests asynchronous, synchronous or either?

0

NetKernel is an asynchronous architecture. However the microkernel will attempt to optimally reuse threads synchronously such that context switching is minimized. However, asynchronous applications are generally not easy to build and maintain, so we provide the NetKernel Foundation API which is written so that most applications can be developed using synchronous patterns – even though under the hood they’ll execute asynchronously. At the application level, just like on Unix, applications can fork asynchronous sub-processes – they may also explicitly join a forked sub-process in-order to retrieve a result or handle exceptions. • Requests are received on transports. What type of transports does NetKernel support? A transport on NetKernel is a little like a device-driver. It issues NetKernel URI requests based upon some application or application protocol specific event. It is pretty easy to add new transports. Out of the box we have HTTP, SMTP, POP, IMAP, Telnet, In-tray (directory based

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123