Re: [Tutor] How to debug a memory leak in a wsgi application?

2017-12-06 Thread Etienne Robillard
Hi Alan, Thanks for the reply. I use Debian 9 with 2G of RAM and precompiled Python 2.7 with pymalloc. I don't know if debugging was enabled for this build and whether I should enable it to allow memory profiling with guppy... My problem is that guppy won't show the heap stats for the uWSGI m

Re: [Tutor] download google contacts

2017-12-06 Thread Jerry Hill
On Tue, Dec 5, 2017 at 10:10 AM, Atux Atux wrote: > i am looking for a way to download only the contacts from my google account > and export them in my linux machine in a txt file, every12 hours with > cronjob and overwrite the old txt file. > ​Have you read Google's Contacts API​ documentation?

Re: [Tutor] How to debug a memory leak in a wsgi application?

2017-12-06 Thread Alan Gauld via Tutor
On 06/12/17 09:21, Etienne Robillard wrote: > Hi > > I think my wsgi application is leaking and I would like to debug it. > > What is the best way to profile memory usage in a running wsgi app? This is probably a bit advanced for the tutor list, you might get a better response on the main Python

[Tutor] How to debug a memory leak in a wsgi application?

2017-12-06 Thread Etienne Robillard
Hi I think my wsgi application is leaking and I would like to debug it. What is the best way to profile memory usage in a running wsgi app? Best regards, Etienne -- Etienne Robillard tkad...@yandex.com https://www.isotopesoftware.ca/ ___ Tutor mai

Re: [Tutor] More tutor testing required

2017-12-06 Thread Alan Gauld via Tutor
On 05/12/17 16:02, Alan Gauld via Tutor wrote: > address the issues raised and the latest incarnation > should work (although not well with Opera for some reason!) Now better with Opera, although the contents panel is still not quite right on small screens. Still looking for feedback from iOS de