Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

How to fix a leaky WEBrick (See related posts)

If WEBrick is leaking out of control, which it does do all the time, shut it down and restart it.
Ctrl-c + Up + Enter

WEBrick can slow your computer down to a crawl so it is reccomended that you only use it when it's needed. Otherwise just runs tests, WEBrick's leaks are just another great reason to adapt to test driven development.

You need to create an account or log in to post comments to this site.


Click here to browse all 5059 code snippets

Related Posts