Hi all,
When I run my script in python, the main thread has name _name__ ==
'__main__' and children have name: __parents_main__. Since they all start
the same process, this is how I distinguish between them.
After I create an executable with cx_freeze, they all have _name__ ==
'__main__' which means I cannot keep track which is the main thread
anymore. Any ideas how to achieve this ?
Question also asked here:
http://stackoverflow.com/questions/36871757/python-multiprocessing-restarting-the-application?noredirect=1#comment61314774_36871757
Thanks!
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users