User Profile

Collapse

Profile Sidebar

Collapse
formel
formel
Last Activity: Jun 30 '14, 03:01 PM
Joined: Apr 17 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • formel
    replied to Python 3.3 urllib memory leakage
    Thank You for answer.

    I will check memory usage with other tool.
    Is there any python 3.3 tool to check if memory was relased?
    See more | Go to post

    Leave a comment:


  • formel
    started a topic Python 3.3 urllib memory leakage

    Python 3.3 urllib memory leakage

    Im using mac mini with ios 10.9.2 and Python 3.3. I wrote simple Python app, which fetch api data and shows some calculation. Everything is working well, but i saw in Activity Monitor (os tool) that after few connections system memory usage incrases, but in my opinion it shouldnt. I wouldnt publish aplication that can eat all memory so I need a help.

    Here is a pice of my code which makes this problem:

    Code:
    import urllib.request
    ...
    See more | Go to post
No activity results to display
Show More
Working...