Using Lua/WSAPI with uWSGI Building the plugin Why Lua ? Your first WSAPI application Concurrency Abusing coroutines Threading example A note on memory RPC and signals The ...
Runtime Model Synchronous Model Non-blocking sockets Polling Model Executors Runtime Model Now we will go over the Tokio / futures runtime model. Tokio is built on top o...
Futures Synchronous Model Non-blocking sockets A closer look at futures Poll based Futures The Future trait Streams Futures Let’s take a closer look at futures. Tokio ...
uWSGI 2.0.1 Bugfixes and improvements New features Perl native Spooler support –alarm-backlog –close-on-exec2 simple notifications subsystem pid namespace for daemons (Linux o...
Menu Switch Node Inputs Properties Outputs Menu Switch Node The Menu Switch node outputs one of its inputs depending on a menu selection. Only the input that is passed thro...
Store values Store values We will now implement the process function to handle incoming commands. We will use a HashMap to store values. SET commands will insert into the Ha...