We hope the branch of our company access odoo hosted on internal server via vpn
the current bandwidth of network is download 100M/upload 2M bits
What is the bandwidth requirement for one client to access Odoo?
Your comment welcome
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
We hope the branch of our company access odoo hosted on internal server via vpn
the current bandwidth of network is download 100M/upload 2M bits
What is the bandwidth requirement for one client to access Odoo?
Your comment welcome
The bandwidth requirements are quite minimal as almost everything is processed using small XML Requests. 100/2Mbps could easily accomodate 200 users IMO. At this point, the server load might be your bottleneck rather than bandwidth.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Hi Michael, Could you please, tell me from where did you get this number 100/2Mbps or how did you caculated it ? Thanks a lot, Saad !
Hi, the required bandwidth isn't much as most of the heavy content is cached and only the required data is sent via xml-rpc or json-rpc. Keeping in mind that most of the work being done is asynchronous. For most uses, 10kbps should be enough per client.