-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Process Name Change? #9957
Comments
You can call whatever C API Windows has to change process names. It might be nice to provide a consistent cross-platform API for this that works similarly on both UNIX and Windows. |
Doesn't libuv have a function for doing this? |
055dcdd works on Windows (gui window title changes); is a no-op on linux; should work on BSD. |
on linux, it'll call
|
Doesn't seem to do anything user-visible on my system. No change in top, ps, etc. |
how about |
That doesn't help because the thread there is called
|
you're right, that doesn't seem to work
|
apparently we're missing a call to
|
This works on windows, but fixing on linux is blocked on #9482 right now. Assigning to myself so I remember to change it eventually. |
Is there any way to change the name of a Julia process? I am using Julia to run a few different optimization processes, and it would be nice if they didn't all have the same "julia.exe" name in the task manager so I can more easily monitor them.
Thanks.
The text was updated successfully, but these errors were encountered: