Closed shashi closed 9 years ago
Confirmed, though on my system it's spawning three new processes:
seth@schroeder:~$ ps -ef | grep julia | grep -v grep
501 56698 45186 0 2:44AM ttys000 0:00.85 julia
after using GnuTLS
in REPL:
seth@schroeder:~$ ps -ef | grep julia | grep -v grep
501 56698 45186 0 2:44AM ttys000 0:12.31 julia
501 57046 56698 0 2:45AM ttys000 0:00.00 (julia)
501 57047 56698 0 2:45AM ttys000 0:00.00 (julia)
501 57048 56698 0 2:45AM ttys000 0:00.00 (julia)
This is actually a BinDeps
issue, I opened it up there: https://github.com/JuliaLang/BinDeps.jl/issues/162
We don't even need using BinDeps
anyway in GnuTLS
.
This is the output of ps with a fresh Julia REPL
this is the output after running
using GnuTLS
in the REPL