.rar - WinRAR compressed archive
.daa - PowerISO Direct-Access-Archive file
.bin - Binary file
.nrg - Nero-Burning ROM CD or DVD image file
.json - Mozilla Firefox bookmark backup file
.bup - Backup of DVD info file
.mds - Image file (media descriptor file)
.iso - CD/DVD ISO binary image file
file extension BACKUP - Backup of current ISAPI application
File extension BACKUP description:
File extension related to ISAPI Loader; provides updating your DLL without shutting down your web server.
Associated applications to file extension BACKUP:
Company / developer:
EGGcentric
The purpose of the ISAPI Loader is to allow you to update your isapi dll without shutting down your WebServer, and if your user sessions are not volatile then the only interruption users will see are your changes. This means updates on the fly!
The ISAPI Loader is a “stub” for your ISAPI application and has control over loading and unloading of your dll. When you have an update, the loader will unload your old dll and load the new one. You might be wondering how this works while users are hitting your dll. Before the loader unloads your dll, it lets all current user requests continue but “puts on hold” any new requests. Once the requests are processed by the old dll, the loader swaps out dlls. After the new dll is loaded, all the requests that were put on hold are then processed by your new dll.

