Erp apex integration

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Erp apex integration

satish
Dear erman,

We are using stand alone apex without integrating apex in ebs menus.

In ebs,one oacore Jvm handle 150 users and 1 cpu core per jvm.

We are using tomcat application server for hosting ords,any idea how many cpu cores and tomcat required to support 300 concurrent apex sessions?

Pls any reference

Thank you
Reply | Threaded
Open this post in threaded view
|

Re: Erp apex integration

ErmanArslansOracleBlog
Administrator
Check the following;

https://blogs.oracle.com/oraclemagazine/post/sizing-up-performance

There is a formula there.. (N*60)/P=A
N is the number of CPUs, P is the number of page views per minute, and A is the average response time per page.
So this might help.

Reply | Threaded
Open this post in threaded view
|

Re: Erp apex integration

satish
Thank you very much erman,it helps