-
Add a new feature called `Ports`.
Ports will allow inter-process communication via (named) pipes. The first use of this would be to allow an application to talk to an already-running instance (so i…
-
AT:
* a message is published when the workflow instance enters an intermediate message throw event or (message) send task
* the message correlation must specify the name and correlation-key of the m…
saig0 updated
8 months ago
-
We could take a cool app idea (like voting on which meetup issue to host next) and have a series of meetups talking about making Web apps incrementally using Node.js. Rough meetup series:
- Making a b…
-
**Problem Statement**
Mediasoup is architected to efficiently handle real-time media communications within a single server instance, utilizing workers that correspond to CPU cores. Each Worker oper…
-
# Playing with shared memory in Linux and macOS - Deepan Seeralan
Reading the operating system internals is like going down the rabbit hole. It is so easy start at one topic, get lost and end up in a…
-
First ideas for a walk-through guide:
1. |_ Beginner Tutorial
|_ prooph/common - working with immutable messages
|_ CQRS - divide and conquer
|_ EventSourcing - Code with intent
2. …
-
Based on the gpu studies, it's clear that we spend a significant fraction of time staging files in or out. One idea is to let the pilot do this work before and after a job runs, so more time can be sp…
-
Some apps require permission to make use of IPC (Inter Process Communication). From my understanding this could be abused to use another app as a sort of proxy to access the Internet, bypassing firewa…
-
Hi all,
I'm interested whether if I was to implement a shim to run the inner instance of foobar2000 using Wine, if the changes would be accepted into the repo / would be viewed as sane.
Would an…
-
```
mod_python allows the inclusion of a function called cleanup() in a
handler module which should be executed upon server shutdown. However, in
reality Apache provides no reliable mechanism to gua…