On Wed, May 18, 2011 at 7:48 AM, Vlatko Basic <[email protected]> wrote: > Just put > > System.exit(0); > > as the last line. Some threads are still running and are not terminated > unless you call the above exit() function.
If you're running embedded in an application server like Tomcat you don't really have the System.exit(0) option. Does the riak client not use daemon threads? Ryan Kennedy _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
