Comment 3 for bug 1038129

Revision history for this message
Constantine Peresypkin (constantine-q) wrote :

Are you sure that the number of REPLICATE requests is a problem?
The code operates in a strictly serial fashion: default concurrency for replicator = 1
The REPLICATE request itself is very straightforward as well: load pickle from file, dump it as a string into response
I have a hunch that this could be connected with the pickle de-serialization slowdown in python 2.7 vs 2.6