<br><div><span class="gmail_quote">On 6/18/06, <b class="gmail_sendername">Stan Cook</b> <<a href="mailto:sdcook55@sbcglobal.net">sdcook55@sbcglobal.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've been trying to use Eclipse with Python on Linux for a<br>while and have noticed something odd.  After running the<br>code or debugging a few times, its responsiveness gets<br>really bad.  Upon checking the equivalent of the task
<br>manager, I find several instances of Python running.  When I<br>kill these instances, the responsiveness comes back.  I'm<br>not sure if there is a better place to post this, but it is<br>Python related.  Is this just an issue with Eclipse or is
<br>there something else I should inspect?<br></blockquote></div><br>
If you're using pydev, the problem might be that you have PyLint
enabled. Having it enabled might have the effect of spawning several
shells for doing code-analysis. You can try disabling it or using pydev
extensions that gives you a faster code-analysis. You might also
restrict the number of shells that PyDev can spawn at a given time in
the pylint preferences (if that's not it, please report it as a bug in
the pydev tracker at sourceforge, so that we can check other
possibilities --
<a href="https://sourceforge.net/tracker/?group_id=85796&atid=577329">https://sourceforge.net/tracker/?group_id=85796&atid=577329</a>).<br>
<br>
Cheers,<br>
<br>
Fabio<br>