Running form as background Process [message #147817] |
Mon, 21 November 2005 04:33 |
sarfraz_attari
Messages: 123 Registered: July 2005
|
Senior Member |
|
|
We are using Oracle 9i on Linux 7.3
we developed forms in forms 6.0
some of the forms are resource hungry means they are using high memory so it affects the performance of application used by other users.
someone told me that it is possible to run such process as background process in Linux.
can anyone tell me how to run form as background process of Linux
Thanks
Sarfraz
|
|
|
Re: Running form as background Process [message #149793 is a reply to message #147817] |
Mon, 05 December 2005 00:15 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Quote: | We are using Oracle 9i on Linux 7.3
we developed forms in forms 6.0
some of the forms are resource hungry means they are using high memory so it affects the performance of application used by other users.
| Okay. I interpret this quote to mean that you are running 9i APPLICATION SERVER on Linux 7.3 and that you have migrated your forms from 6.0 to 9i and you are finding that the Application Server is running slowly for some of these forms.
Three solutions: add more RAM to the AS box; tune the AS box at the Linux level [this is not a forms problem per se but is probably due to block sizes, or other applications being run on the AS box]; review the code in your forms and put as much of it as possible into packages and procedures in the database.
David
|
|
|