Hi everybody,
I'm searching a method to perform communication between 2 running phantoms.
sample :
- phantomA is a helper which load a lot of info in memory and is capable of complex computing.
- phantomB manage info and need a computing to be done by phantomA
the method QueueViaDisk :
- pantomA read disk on a loop and write the result on disk
- phantomB write the request on disk, wait, and retrieve the result from disk
a method QueueVia Memory ? QueueVia Socket ? QueueVIA ..... ??
- is it possible ?
- with uv ?
- with python ?
- via os ?
Any idea will be welcome.
manu




