90% information in website are static and updated by daily batch job. I am wondering I could use restful services for mu开发者_StackOverflow中文版lti websites? If only 10% information is static, should I use it as well? Dose any body has used restful as data services for public website? My main website 's page view is round 10k/hour.
Thanks
Can you provide a little bit more information? I'm finding it hard to understand what you're asking here.
If you have any kind of structured data that you want to provide to external websites, REST is certainly a quick and easy way to do this.
If you know that the information changes only once a day, you could be caching the results of the REST GET requests on the external websites.
精彩评论