[Infrastructures] ISconf: Cache.py - bcast method

Jordan Curzon curzonj@gmail.com
Mon, 19 Dec 2005 07:49:16 -0700


Keeps crashing on me on the last line of the bcast method in Cache.py.
It throws a socket.error exception with the EAGAIN error. I did some
looking and other places in the code ignore that error. I trapped the
exception and everything runs fine.

Is that a bug or am I misunderstanding things.

Jordan Curzon