英文:
Autodesk Platform Services Viewer limits
问题
我正在开发一个类似于 https://inventor-config-demo.autodesk.io/ 的网页应用程序。如果我在服务器上部署这个应用程序,有多少用户可以同时访问网站、配置和查看模型?是否有人可以分享一下使用限制和限制条件?
我还没有尝试过,只是在为这个产品做估计。
英文:
I'm developing a web application similar to this https://inventor-config-demo.autodesk.io/.
If I deploy this application in a server, how many users can access the website, configure and view the model simultaneously. Can someone help me by sharing the limits/restrictions?
I haven't tried yet, just making an estimate for the product.
答案1
得分: 1
how many users can access the website, configure and view the model simultaneously
这将取决于您的网络应用程序托管在哪里。云托管提供商如AWS或Azure提供了扩展您网络服务器实例的方式,但除非您的应用需要处理成千上万个同时连接,否则可能不需要这样做。
how many users can access the website, configure and view the model simultaneously
在这种情况下,“配置”基本上意味着向设计自动化服务发送请求,加载、修改并保存设计文件的新版本。设计自动化服务还根据队列的长度(和其他因素)添加和删除工作服务器,以便处理任何数量的传入任务。
英文:
> how many users can access the website, configure and view the model simultaneously
This will depend on where your web application is hosted. Cloud hosting providers such as AWS or Azure provide ways to scale out instances of your web server, but unless your app needs to handle tens of thousands of simultaneous connections, this probably won't be needed.
> how many users can access the website, configure and view the model simultaneously
A "configuration" in this context basically means sending a request to the Design Automation service to load, modify, and save a new version of a design file. The Design Automation service also adds and removes worker servers based on the length of the queue (and other factors), so that we can handle any amount of incoming tasks.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论