[Teammetrics-discuss] Never ending nntpstat problems

Sukhbir Singh sukhbir.in at gmail.com
Thu Dec 8 07:53:30 UTC 2011


As an optimization to nntpstat, here is what we do:

1. For a given list X, we fetch ALL the headers and the message bodies.
2. Then we write them once we have all of them.

I can optimize this by:

1. For a given list X, fetch a single message body.
2. Write it to the file.

But don't you think this is going to cause a lot of I/O activity? It
*might* solve the MemoryError, but is it a good approach?



More information about the Teammetrics-discuss mailing list