in reply to Re^2: Global variables and SimpleHTTP request handler
in thread Global variables and SimpleHTTP request handler
This is incorrect, run does not return, and doesn't help in sharing data in the way the OP wants.
Why should a server daemon return?
Run isn't responsible for sharing, run is reponsible for NOT forking, so the sharing of a global works
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Global variables and SimpleHTTP request handler
by haukex (Archbishop) on Jan 03, 2017 at 12:18 UTC |