Thanks Keith,
After digging more into this i found issue is with Requests.jl which is
making a GET call (get("
http://10.101.41.246/solr/PhysicalDeviceInfo/select?q="*keyVal*"&wt=json").data)
to remote host on load giving this ERROR.
I need to dig more in closing the remote HTTP connection.
Please let us know anything i can do something like request.close.
On Thursday, 25 September 2014 21:28:53 UTC+1, Keith Campbell wrote:
>
> https://github.com/JuliaWeb/HttpServer.jl/blob/master/test/runtests.jl
>
> contains an example that may be helpful. See lines 27-37.
>
>