Re: Bug in PBServer ?

From: Mike Schrag (mschra..dimension.com)
Date: Sun Aug 13 2006 - 21:29:17 EDT

  • Next message: Pierre Frisch: "Re: Bug in PBServer ?"

    I think this is a little misleading ... What you're probably seeing
    here is time spent, but not necessarily ACTIVE time spent. In
    particular, this is sitting in a socket accept call, which should
    just be sitting in a select call waiting for someone to attach to the
    socket. So it shouldn't actually be DOING anything, rather it's just
    blocking a socket waiting for something to connect to it.

    On Aug 13, 2006, at 7:45 PM, Pierre Frisch wrote:

    > Hi Mike,
    >
    > I have been investigating why my installation is so unresponsive
    > and I think I have found one of the culprits. When I do right click
    > on some object I get the spinning ball before I get the menu to
    > appear and this can take a long time, I have seen time up to a
    > minute. I have run eclipse with shark and discovered that it spends
    > an inordinate amount of time in PBServer.ServerSocketAcceptor.
    >
    > <Picture 3.png>
    >
    > There may be something wrong there that you want to have a look at.
    >
    > I also have a problem with subclipse that I am investigating so
    > this is not the whole story.
    >
    > Thanks
    >
    > Pierre



    This archive was generated by hypermail 2.0.0 : Sun Aug 13 2006 - 21:29:24 EDT