oacore memory

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

oacore memory

satish
Dear Erman,

I understand Whenever a request ( OAF/JSP/ADF Pages)  come , it passes to one of the oacore procesess.If the request passes to one of the oacore procceeses , if it start consumes all the JVM , will the request passes to other JVM/oacore (if it uses any clustering at oacore level).

Thanks,
satish
Reply | Threaded
Open this post in threaded view
|

Re: oacore memory

ErmanArslansOracleBlog
Administrator
EBS 12.2 relies on WebLogic.
WebLogic can cluster the following object types:

Servlets
JSPs
EJBs
Remote Method Invocation (RMI) objects
Java Messaging Service (JMS) destinations
Java Database Connectivity (JDBC) connections

So, this is a very internal question + you didn't specify the type of the request and the objects involved..
Reply | Threaded
Open this post in threaded view
|

Re: oacore memory

Satish
Thanks erman as always.
It's about jsp and servlets
Reply | Threaded
Open this post in threaded view
|

Re: oacore memory

ErmanArslansOracleBlog
Administrator
I don't think so...
Your request will failover, but they won't continue their execution from the point of failure..
In other words, I don't think that, multiple JVM heaps can act like one..
However, I couldn't find any documentation for supporting this.  (or dissagreing this)
These are just my comments.

You can ask it to Oracle support. (to weblogic team)
Reply | Threaded
Open this post in threaded view
|

Re: oacore memory

satish
Thanks for the update erman