Login  Register

Erp apex integration

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

Erp apex integration

satish
1157 posts
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
| More
Print post
Permalink

Re: Erp apex integration

ErmanArslansOracleBlog
Administrator
5727 posts
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
| More
Print post
Permalink

Re: Erp apex integration

satish
1157 posts
Thank you very much erman,it helps