Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Win32::Daemon memory leak

by tbsky (Novice)
on Dec 23, 2015 at 08:13 UTC ( #1151007=note: print w/replies, xml ) Need Help??


in reply to Re: Win32::Daemon memory leak
in thread win32::daemon memory leak

hi:

sorry the code is not clean. I have modify it. to run it please use the procedure below:

1. use "memory-leak.pl -i" to install the "memory-leak" service to windows.

2. use windows gui to start the service or use command "net start memory-leak" to start the service.

3. use windows gui to watch the "perl.exe" process memory status.

4. after testing. use windows gui to stop the service or use command "net stop memory leak" to stop the service.

5. use "memory-leak.pl -r" to remove the service.

Replies are listed 'Best First'.
Re^3: Win32::Daemon memory leak
by Discipulus (Canon) on Dec 23, 2015 at 08:53 UTC
    I'm interested in the matter (abandoned services in Perl since the day of "service could not start in a timely fashion".. error)
    I have installed your service and now i'm monitoring it for the next 4 hours, with:
    #PID perl -E "for(1..240){system qq(tasklist /fi \"PID eq 17360\" /n +h);sleep 60}" # UPDATE: RESULTS perl.exe 17360 Services 0 + 9.136 K # 240x60 sec after.. perl.exe 17360 Services 0 + 16.768 K #it leaked 31.8K every minute

    UPDATE: The increment seems to me constant over time even if not so regular: The leak even if little is yet noticeable: the working set is passed fro 9.136K to 9.848K in 15 minutes. Private bytes also are arising. I'm using also Process Explorer. I think you need to investigate further. Have you some holidays? look at this article: identifying-memory-leak-with-process-explorer-and-windbg and share your results! in the meantime I have not enough time to investigate.
    I'll tell you more

    L*
    There are no rules, there are no thumbs..
    Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.
      thanks for the hint. I will spent my time to read your suggestion!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1151007]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (9)
As of 2023-12-10 22:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?