Re: [nodejs] Control caching of native modules

2012-02-15 Thread Ben Noordhuis
On Thu, Feb 16, 2012 at 01:10, Tomasz Janczuk wrote: > Is there a way to control the caching of native modules (e.g. http or > net)? I would like to be able to remove entries from that cache to > cause the modules to be re-created from scratch upon subsequent > 'request' for them. > > As far as I

[nodejs] Control caching of native modules

2012-02-15 Thread Tomasz Janczuk
Is there a way to control the caching of native modules (e.g. http or net)? I would like to be able to remove entries from that cache to cause the modules to be re-created from scratch upon subsequent 'request' for them. As far as I can tell this cache is separate from the cache of non- native mod