Y
Hacker News
new
|
ask
|
show
|
jobs
by
nurettin
2524 days ago
Is that going to provide bi-directional communication between main and subprocesses while they are running? If it does, disregard what I wrote.
1 comments
sandGorgon
2524 days ago
Sure. You can put results in an "output" queue (which is backed by Redis) that is read by the main application.
Incidentally this is how you do a notification on your UI .
link
Incidentally this is how you do a notification on your UI .