Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to load-balance an APEX application with millions of page views per day?

user12240205Jan 13 2016 — edited Jan 14 2016

How do you scale an APEX application to handle millions of page views?

Say, you build a on-line shopping site with APEX. Traffic is around 10 million page views per day.

How would you scale the app???

The way I understand APEX is that it runs inside the DB. So, that is like the "APEX server".

Your data is in another DB.i.e. the DB server. The APEX application will write to THIS DB only.

APEX don't need a special app server to run, right???

So, where do we do the load balancing to scale to 10 million page views per day?

10 million page views per day, comes to about 100 views per second.

So, is one solution to replicate 100 "APEX servers", all pointing to the one "DB server" and thus load balance the requests? 

What is going to do the load balancing of the requests?? Will we need a HTTP server like APACHE to distribute the requests to the 100 "APEX Servers"??

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 11 2016
Added on Jan 13 2016
3 comments
2,360 views