Message 1 of 5
Is there a downside to repeated netloading via Lisp?

Not applicable
03-10-2012
08:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
A simple Lisp function can netload a .NET app. Invoking the Lisp function every time the app is needed is a brute force method to ensure the app is loaded. Apparently no errors are generated by subsequent netreloads. Unlike more sophisticated methods, this method does not involve any registry management and very easy to implement. Is there any downside to repeatedly netloading an already loaded app?