|
Answer» RavenDB launching can be done in the following modes. It can be launched in: Console mode: This is the mode BEST suitable for learning and testing. Hosted by IIS (Internet Information Server): This mode is the most common one to run RavenDB in a PRODUCTION environment. Windows Service Mode: RavenDB creates its own HTTP server and then process requests of the users internally. Embedded mode: In this mode, RavenDB is embedded in user’s application and MAY run completely in memory itself. RavenDB launching can be done in the following modes. It can be launched in: Console mode: This is the mode best suitable for learning and testing. Hosted by IIS (Internet Information Server): This mode is the most common one to run RavenDB in a production environment. Windows Service Mode: RavenDB creates its own HTTP server and then process requests of the users internally. Embedded mode: In this mode, RavenDB is embedded in user’s application and may run completely in memory itself.
|