Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am Balu from Hyderabad. I have writing WCF Restful services for our Andriod / Iphone developers. They can use JSON format so that we are choosing REST. Actually we can do Mobile Application only one APP that can runs differnt projects. All the projects are dynamically comes from WEBSERVICE to MobileApp. So we can configure all the dynamic data from Web services only.

Only one App can handle 5 projects having totally 100-150 users. so i can write only one service using Factory Reflection methods to load projects dynamically.

Q) I have doubt that for our projects which WCF instance mode is suitable?
By reading WCF instance mode articles i understand that "percall" instance is suitable for our WCF service. Is my guess correctly or not? Please suggest me.
And I have one more doubt that if we are not specify an attribute as serialize then that object will not go through network properly? I have tried without serialization (i.e. not mentioned "datamember" for particular property) its going well to Mobile App.
Please clarify my doubts and tell me which instance mode I have to use?

1. Which instance is better?
2. Which ConcurrencyMode is better?
Posted
Updated 27-Aug-13 21:32pm
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900