App-Context
view release on metacpan or search on metacpan
VERSION 0.966
x add SharedDatastore as a useful service (with a Repository-based implementation)
x improved support for "temporary" services (named "temporary" or with the {temporary} arg)
(a "temporary service" is akin to a stateless session bean in Java)
x add support for including/overlaying additional config files based on values present in
the %$options hash or when a particular named service is instantiated
x App::Context::POE::Server
x App::Context::POE::ClusterController, App::Context::POE::ClusterNode
VERSION 0.965
x add UI timing log, activated by "app.Context.timer" option
VERSION 0.964
x mostly documentation updates
x moved Apache::Framework::App to Apache::App
x trying to improve Makefile.PL to install things in the right place (app in cgi-bin)
VERSION 0.963
x App->use() now detects entries in the symbol table to inhibit an attempt to load the module
x enhance App::Service::substitute() to understand default syntax (i.e. {username:NULL})
lib/App/Context.pm view on Meta::CPAN
# 11. cminflt - Minor faults the process and its children have made.
# 12. majflt
# 13. cmajflt
# 14. utime - The number of jiffies (processor time) that this process has been scheduled in user mode
# 15. stime - in kernel mode
# 16. cutime - This process and its children in user mode
# 17. cstime - in kernel mode
# 18. counter - The maximum time of this processes next time slice.
# 19. priority - The priority of the nice(1) (process priority) value plus fifteen.
# 20. timeout - The time in jiffies of the process's next timeout.
# 21. itrealvalue - The time in jiffies before the next SIGALRM is sent to the process because of an internal timer.
# 22. starttime - Time the process started after system boot
# 23. vsize - Virtual memory size
# 24. rlim - Current limit in bytes of the rss of the process.
# 25. startcode - The address above which program text can run.
# 26. endcode - The address below which program text can run.
# 27. startstack - The address of the start of the stack
# 28. kstkesp - The current value of esp for the process as found in the kernel stack page.
# 29. kstkeip - The current 32 bit instruction pointer, EIP.
# 30. signal - The bitmap of pending signals
# 31. blocked - The bitmap of blocked signals
( run in 1.970 second using v1.01-cache-2.11-cpan-49f99fa48dc )