![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Who is using up all of my resources?! | fender177 | UNIX for Dummies Questions & Answers | 1 | 07-16-2007 01:49 PM |
| Unix Resources | Zeta_Acosta | UNIX for Dummies Questions & Answers | 2 | 05-02-2004 04:41 PM |
| check resources | handynas | UNIX for Dummies Questions & Answers | 2 | 09-10-2002 11:44 AM |
| Motif resources | q30 | High Level Programming | 3 | 03-01-2002 09:32 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Application occupying CPU resources
Dear all,
I have a pro c application running in the unix environement. This pro c program actually trigger by a java application from sun workstation. Recently, when we released a new proc c application and notice that the application occupying the CPU resources even through we check that the application have finish run. Any ideas why this happened?? thanks |
| Forum Sponsor | ||
|
|
|
|||
|
Does the proc app disconnect from Oracle ie.,
EXEC SQL ROLLBACK WORK RELEASE; and then call the libc exit (or return 0 from main() ) ? If the process is still there it may be waiting for something. Plus, proc processes actually run and create a subprocess to do the Oracle work. Is the other Oracle connection process still running? |
|||
| Google UNIX.COM |