Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Userlevel multithreading support for hotswap #173

Closed
bcronje opened this issue Feb 14, 2015 · 1 comment
Closed

Userlevel multithreading support for hotswap #173

bcronje opened this issue Feb 14, 2015 · 1 comment

Comments

@bcronje
Copy link
Contributor

bcronje commented Feb 14, 2015

Currently hotswap in multithread userlevel Click is not supported. After the hotswap config only the first thread runs. See http://librelist.com/browser/click/2014/10/3/userlevel-hotswap-with-multithreading/ post for more info.

To replicate:

click -j2 -R -p 41900 -e "s1::Script(print 'A'); s2::Script(print 'B'); StaticThreadSched(s1 0, s2 1);" &
echo "write hotconfig s1::Script(print 'A'); s2::Script(print 'B'); StaticThreadSched(s1 0, s2 1);" | telnet localhost 41900
@kohler
Copy link
Owner

kohler commented Mar 3, 2015

See a26ccfa

@bcronje bcronje closed this as completed May 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants