|
|
|
|
|
by solid_fuel
475 days ago
|
|
Yeah, looks like it works fine, here's an example: https://pastebin.pl/view/a10aea3d I'll add: FLAME is probably a great addition to pythonx. While a NIF can crash the node it is executed on, FLAME calls are executed on other nodes by default. So a crash here would only hard-crash processes on the same node (FLAME lets you group calls so that a flame node can have many being executed on it at any time). Errors bubble back up to the calling process (and crash it by default but can be handled explicitly), so managing and retrying failed calls is easy. |
|