* than the first (SocketFactory does not override equals).
*/
Ping proxy2 = (Ping) (new MarshalledInstance(proxy)).get(false);
Executor systemThreadPool =
(Executor) (new GetThreadPoolAction(false)).run();
Executor userThreadPool =
(Executor) (new GetThreadPoolAction(true)).run();
/*
* Reserve a few workers in the system thread pool.
*/
ThreadHog systemHog = new ThreadHog(systemThreadPool);