Skip to content

Memory leak #57

@julien-duponchelle

Description

@julien-duponchelle
About my case, I need to read new datas from a few tables of an mysql slave server. I am using you library only on WriteRowEvent, catching datas and inserting them in a cache db (Redis).
The program runs always on a server, waiting the next filtering event.

Standard libraries in the program are sys, os, logging, OptionParser, cPickle etc..
At this point of my development, I do not begin the Redis part job.
For debugging, I am using  WMI lib (for Win) to see memory size at each new event
If you need, I can send you the program and logs.

Yves

I am using the mysqlreplication lib to fill a cache memory (Redis) from 
a few tables of a slave mysql server. 
Program is always running, waiting for WriteRowEvent event about these 
tables. At this point of the developement, I do not write the Redis part. 
Program is using std lib as logging (TimedRotatingFileHandler), 
OptionsParser (command line args), CPickle and WMI (to trace memory size 
wih WinXYZ). Last source code and log file could be availables 

Yves 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions