Print Page | Close Window

Multiple ObjectServers in one Windows Service

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2848
Printed Date: 05-May-2025 at 4:31pm


Topic: Multiple ObjectServers in one Windows Service
Posted By: tersiusk
Subject: Multiple ObjectServers in one Windows Service
Date Posted: 26-Jul-2011 at 12:51am
We have a security model which only has the tables needed to perform authentication and authorization for our application. As mentioned this is in a separate entitymodel/edmx . We also have our main application enitymodel/edmx that has all the other tables.

Is it possible to host both the security service and the application service in the same Windows Service or can one model only be hosted in one windows service?



Replies:
Posted By: robertg
Date Posted: 26-Jul-2011 at 11:29am

You can use multiple models in a single DevForce Entity Server, whether you deploy it as a Windows Service or Webservice. Really, there is no need for you to deploy multiple services at all, though you can do so if you really want to.




Print Page | Close Window