Re: [anjuta-devel] New project-manager and symbol-db



Hi!

* After starting up anjuta (with the anjuta project loading) it is very
slow for a couple of seconds. I think this is when the project-manager
reads the project. However, as this is an async job I wonder a bit why
it slows down the UI so much.

I investigated this a bit. Basically the problem is that while the
worker thread of the am-project plugin runs independant from the UI,
there is an idle handler that calls and additional complete method in
the main thread.

I don't know if this complete method has to be run in the main thread
but currently it's taking up too much time and blocks the ui for several
seconds which is not acceptable.

Thanks,
Johannes




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]