Re: Module submission PersistentPerl

2002-09-24 Thread Sam Horrocks
Please cc me on your replies. I have to find your replies on the web archives otherwise, since the modules mailing list is not open to public subscriptions. > In article <[EMAIL PROTECTED]>, Perl Authors Upload Server ><[EMAIL PROTECTED]> wrote: > > > The plan is to keep SpeedyCGI and

Re: Proposed new module Sys::MemoryUsage

2001-01-04 Thread Sam Horrocks
Doug - could you push out a new version of Gtop with this patch so that the searching is fixed. Thanks, Sam Horrocks > > if the search engine would index GTop.pod, then the package would turn up > > with keywords such as memory, cpu, etc. > ... > > i do

Re: PAUSE Source Code?

2000-12-12 Thread Sam Horrocks
everything correctly, and if not you would have a chance to fix the module before publishing it. > >>>>> On Mon, 11 Dec 2000 00:40:03 -0800, Sam Horrocks <[EMAIL PROTECTED]> said: > > > Is the source to PAUSE available online somewhere?? > > The reason - it l

PAUSE Source Code?

2000-12-11 Thread Sam Horrocks
::SpeedyCGI 2.0. I'd like to track it down and come up with a fix, and looking at the source code for PAUSE would probably be the easiest way. Thanks, Sam Horrocks

Re: Proposed new module Sys::MemoryUsage

2000-11-28 Thread Sam Horrocks
> if the search engine would index GTop.pod, then the package would turn up > with keywords such as memory, cpu, etc. ... > i do not plan any further documentation or advertising for GTop, but > patches are welcome of course. Here's a patch to generate the README from GTop.pod. It also add

Re: Proposed new module Sys::MemoryUsage

2000-11-19 Thread Sam Horrocks
> If I search for 'memory process' on freshmeat, I find LibGTop as 18th > hit. That's bad. Much better 'memory usage total processes' returns > only LibGTop. In this case I'd blame the bad search engine at > freahmeat that finding the library is so difficult. Freshmeat doesn't seem to me lik

Re: Proposed new module Sys::MemoryUsage

2000-11-17 Thread Sam Horrocks
be preferable to a root-level GTop. At least Sys would sort-of categorize at as interfacing to the operating system. Putting in the root doesn't categorize it at all. Sam > >>>>> On Wed, 01 Nov 2000 01:21:30 -0800, Sam Horrocks <[EMAIL PROTECTED]> said: > > &g

Proposed new module Sys::MemoryUsage

2000-11-01 Thread Sam Horrocks
This module would attempt to tell you how much memory your process is using, so your process could shutdown, restart or take other actions if it is getting too large. The interface would be: Sys::MemoryUsage->total_vm; # Total virtual memory in use. Sys::MemoryUsage->data_segment