Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi,

I'm about to produce an offline HTML 5 application using cache manifest. At times the application will require quite heavy server communications. I'm interested in creating a WCF service for providing the data, but my experience of IIS hosted WCF services verses self hosted WCF services is that self hosted are faster to start up, which is one of the key performance measures for this product. Also where self hosted are single process multi threaded versus, multi process single threaded in IIS they're better for persisting state over long durations. I maybe wrong about these assumptions, please feel free to correct these assumptions if you believe otherwise.

But based on these assumptions can someone please advise me on which of various javascript client frameworks and WCF configurations would work well for this scenario?
Posted

 
Share this answer
 
Comments
Stephen Hewison 10-Jun-12 4:03am    
Thanks +5
 
Share this answer
 
Comments
Stephen Hewison 10-Jun-12 4:04am    
Thanks +5
Sandeep Mewara 10-Jun-12 5:28am    
Welcome.

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