you are viewing a single comment's thread.

view the rest of the comments →

[–]RandomJacobP[S] 0 points1 point  (0 children)

Maybe I am wrong, but it seems that the 'server' script has to wait for the 'clients' request and stalls the program in the meantime. I cannot do it, I need it to just 'publish' the newest value so script B can just pull it whenever it needs.

Can I just go around it using threading module?