[GitHub] Roshrini commented on issue #10948: get stuck with subprocess in multithread

2018-08-16 Thread GitBox
Roshrini commented on issue #10948: get stuck with subprocess in multithread URL: https://github.com/apache/incubator-mxnet/issues/10948#issuecomment-413695950 @HorsonLiu Can you provide more details on your setup? Seems like similar issue(used to crash before) https://github.com/ap

[GitHub] Roshrini commented on issue #10948: get stuck with subprocess in multithread

2018-08-16 Thread GitBox
Roshrini commented on issue #10948: get stuck with subprocess in multithread URL: https://github.com/apache/incubator-mxnet/issues/10948#issuecomment-413707798 It looks like the issue here is that Python 2.7 always uses os.fork() in to implement multiprocessing.Process.start(). In Python3,

[GitHub] Roshrini commented on issue #10948: get stuck with subprocess in multithread

2018-08-28 Thread GitBox
Roshrini commented on issue #10948: get stuck with subprocess in multithread URL: https://github.com/apache/incubator-mxnet/issues/10948#issuecomment-416740256 @HorsonLiu MXNet is not very thread-safe and so this is not supported yet. Adding it as a FeatureRequest. @sandeep-krishnamurth