Progress White Paper: Responsive Process Management

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News Progress White Paper: Responsive Process Management
# 1  
Old 08-20-2010
Progress White Paper: Responsive Process Management

Achieving Operational Responsiveness Through Responsive Process Management Operational responsiveness enables businesses to achieve a higher level of business performance. It gives you the ability to respond to changing conditions and business events as they occur, enabling business leaders to capitalize on commercial opportunities, drive greater efficiencies in their organizations, and reduce risk. The Progress RPM [...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to show progress bar for a running process

Hi, I have 2 shell scripts ,one for taking hot backup of oracle Database while other is for progress bar. But I don't have an idea hoe should I incorporate the shell script of progress bar in my hot backup code . Please help. My shell script for hot backup is as below: ... (0 Replies)
Discussion started by: dwiravi
0 Replies
Login or Register to Ask a Question
install::TempContent::Objects::mod_perl-2.0.9::docs::apiUseraContribuinstall::TempContent::Objects::mod_perl-2.0.9::docs::api::Apache2::Process(3)

NAME
Apache2::Process - Perl API for Apache process record Synopsis use Apache2::Process (); use Apache2::ServerRec (); my $proc = $s->process; # global pool cleared on exit my $global_pool = $proc->pool; # configuration pool cleared on restart my $pconf = $proc->pconf; # short program name (e.g. httpd) my $proc_name = $proc->short_name; Description "Apache2::Process" provides the API for the Apache process object, which you can retrieve with "$s->process": use Apache2::ServerRec (); $proc = $s->process; API
"Apache2::Process" provides the following functions and/or methods: "pconf" Get configuration pool object. $p = $proc->pconf(); obj: $proc ( "Apache2::Process object" ) ret: $p ( "APR::Pool object" ) since: 2.0.00 This pool object gets cleared on server restart. "pool" Get the global pool object. $p = $proc->pool(); obj: $proc ( "Apache2::Process object" ) ret: $p ( "APR::Pool object" ) since: 2.0.00 This pool object gets cleared only on (normal) server exit "short_name" The name of the program used to execute the program $short_name = $proc->short_name(); obj: $proc ( "Apache2::Process object" ) ret: $short_name (string) e.g. "httpd" since: 2.0.00 See Also mod_perl 2.0 documentation. Copyright mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0. Authors The mod_perl development team and numerous contributors. perl v5.18.2 2install::TempContent::Objects::mod_perl-2.0.9::docs::api::Apache2::Process(3)