yakra / DataProcessing

Data Processing Scripts and Programs for Travel Mapping Project
0 stars 0 forks source link

unjoined SubgraphThread #105

Closed yakra closed 4 years ago

yakra commented 4 years ago

The SubgraphThread created by MasterTmgThread is never joined. Haven't observed any problems (hence not flagging this as a bug), but will need to try to create some. Break stuff. See what happens.

Try with 1 single thread. Lab2... Lab1? Make a quick program to test thread-joining.

yakra commented 4 years ago

This issue was a brainfart. The SubgraphThread function is called, but no Subgraph Thread is created. MasterTmgThread is joined, along with the args.numthreads-1SubgraphThreads. All is well.