Measuring bytes of packet sent from python application

Jonathan Gardner jgardner at jonathangardner.net
Fri Jan 9 13:50:01 EST 2009


On Jan 5, 6:08 pm, Grant Edwards <gra... at visi.com> wrote:
> On 2009-01-05, Kangkook Jee <aixe... at gmail.com> wrote:
> > I'm still struggling to solve it within python process since
> > it looks cleaner but it doesn't seems to be easy at all.
>
> I don't why adding bunches of code to your app would be
> "cleaner" than gathering data using external programs.
>

Those external programs may not be available on all the platforms he
might want to run in.

Or he may have some specific requirements that those tools can't
satisfy.

Software reuse is wonderful when it works. But it doesn't work all the
time, even though it probably should.



More information about the Python-list mailing list