-
Notifications
You must be signed in to change notification settings - Fork 691
Closed
Labels
Description
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