|
Re: PDT 2.0.0GA unusably slow [message #88442 is a reply to message #88412] |
Tue, 06 January 2009 15:35 |
Eclipse User |
|
|
|
Originally posted by: michael.zend.com
Hi Dennis,
Yes this bug is related to your issue as well.
Can you add your comment to this bug?
Thanks!
"Dennis Verspuij" <dennis.verspuij@gmail.com> wrote in message
news:44d55f4a69af8c1e309c585dc495d9a7$1@www.eclipse.org...
> Hello, I just installed latest PDT 2.0.0GA from the all-in-one download. I
> added an existing large PHP project to the workspace. The project uses the
> Symfony framework, so I added the framework to the build path in order to
> have code assist etc. Furthermore I installed Subclipse 1.4.7, Mylyn 3.0.3
> with Trac connector and Symfoclipse 1.2.1 for its yml editor. The project
> is located on a Samba network drive.
>
> My problem is that PDT is extremely slow in (re)building, e.g. it takes up
> to 15 minutes to complete with 10% average CPU consumption. During the
> period PDT cannot be used. The same happens every now and then while
> editing a PHP file (for example inserting a dollar sign ($)) and PDT
> attempts to show some code completion/assist possibilities. I might turn
> the latter features off, but it's PDT I want to use for that in the first
> place. I used PDT 1.0.3. before and it was much faster even tough it had
> to rebuild a project every time.
>
> Does anyone experience these problems as well or have have suggestions to
> fix this? I noticed bug 259788
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=259788), can this be
> related?
>
>
|
|
|
Re: PDT 2.0.0GA unusably slow [message #88457 is a reply to message #88412] |
Tue, 06 January 2009 16:14 |
Eclipse User |
|
|
|
Originally posted by: nickboldt+eclipse+newsgroup.gmail.com
Using Samba or NFS mounts directly (ie., remotely accessed workspaces /
projects / files) isn't really recommended.
A better approach is to either put your files in a vcs like CVS, SVN,
Git or Bzr, and share through that mechanism.
Or, not non-versioned file sharing, there's the Remote System Explorer
(RSE) [1] which caches a local copy of your stuff to improve Eclipse's
performance, but also synches changes w/ the remote system.
See also http://wiki.eclipse.org/TM_and_RSE_FAQ (search for "samba")
[1] http://www.eclipse.org/dsdp/tm/
Dennis Verspuij wrote:
> Hello, I just installed latest PDT 2.0.0GA from the all-in-one download.
> I added an existing large PHP project to the workspace. The project uses
> the Symfony framework, so I added the framework to the build path in
> order to have code assist etc. Furthermore I installed Subclipse 1.4.7,
> Mylyn 3.0.3 with Trac connector and Symfoclipse 1.2.1 for its yml
> editor. The project is located on a Samba network drive.
>
> My problem is that PDT is extremely slow in (re)building, e.g. it takes
> up to 15 minutes to complete with 10% average CPU consumption. During
> the period PDT cannot be used. The same happens every now and then while
> editing a PHP file (for example inserting a dollar sign ($)) and PDT
> attempts to show some code completion/assist possibilities. I might turn
> the latter features off, but it's PDT I want to use for that in the
> first place. I used PDT 1.0.3. before and it was much faster even tough
> it had to rebuild a project every time.
>
> Does anyone experience these problems as well or have have suggestions
> to fix this? I noticed bug 259788
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=259788), can this be
> related?
>
>
--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
|
|
|
Re: PDT 2.0.0GA unusably slow [message #88472 is a reply to message #88442] |
Tue, 06 January 2009 16:44 |
Dennis Verspuij Messages: 7 Registered: July 2009 |
Junior Member |
|
|
Hi Michael,
Thanks for your prompt answer, I added a comment to the issue.
Greetings,
Dennis
Michael Spector wrote:
> Hi Dennis,
> Yes this bug is related to your issue as well.
> Can you add your comment to this bug?
> Thanks!
> "Dennis Verspuij" <dennis.verspuij@gmail.com> wrote in message
> news:44d55f4a69af8c1e309c585dc495d9a7$1@www.eclipse.org...
>> Hello, I just installed latest PDT 2.0.0GA from the all-in-one download. I
>> added an existing large PHP project to the workspace. The project uses the
>> Symfony framework, so I added the framework to the build path in order to
>> have code assist etc. Furthermore I installed Subclipse 1.4.7, Mylyn 3.0.3
>> with Trac connector and Symfoclipse 1.2.1 for its yml editor. The project
>> is located on a Samba network drive.
>>
>> My problem is that PDT is extremely slow in (re)building, e.g. it takes up
>> to 15 minutes to complete with 10% average CPU consumption. During the
>> period PDT cannot be used. The same happens every now and then while
>> editing a PHP file (for example inserting a dollar sign ($)) and PDT
>> attempts to show some code completion/assist possibilities. I might turn
>> the latter features off, but it's PDT I want to use for that in the first
>> place. I used PDT 1.0.3. before and it was much faster even tough it had
>> to rebuild a project every time.
>>
>> Does anyone experience these problems as well or have have suggestions to
>> fix this? I noticed bug 259788
>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=259788), can this be
>> related?
>>
>>
|
|
|
Re: PDT 2.0.0GA unusably slow [message #88840 is a reply to message #88472] |
Thu, 08 January 2009 11:16 |
Eclipse User |
|
|
|
Originally posted by: michael.zend.com
Hi,
Can I ask everyone who's experiencing issues when working on remote drives
to enable the following preference:
Window->Preferences->Dynamic Languages->File Caching (choose: Default File
Caching).
This option should improve performance when working on files stored remotely
either via shared folder or using RSE.
Please report about your feelings :)
Thanks!
"Dennis Verspuij" <dennis.verspuij@gmail.com> wrote in message
news:568ec38a3801a1b07ed7cc2a9b68fc35$1@www.eclipse.org...
> Hi Michael,
>
> Thanks for your prompt answer, I added a comment to the issue.
>
> Greetings,
>
> Dennis
>
> Michael Spector wrote:
>
>> Hi Dennis,
>
>> Yes this bug is related to your issue as well.
>> Can you add your comment to this bug?
>
>> Thanks!
>
>> "Dennis Verspuij" <dennis.verspuij@gmail.com> wrote in message
>> news:44d55f4a69af8c1e309c585dc495d9a7$1@www.eclipse.org...
>>> Hello, I just installed latest PDT 2.0.0GA from the all-in-one download.
>>> I added an existing large PHP project to the workspace. The project uses
>>> the Symfony framework, so I added the framework to the build path in
>>> order to have code assist etc. Furthermore I installed Subclipse 1.4.7,
>>> Mylyn 3.0.3 with Trac connector and Symfoclipse 1.2.1 for its yml
>>> editor. The project is located on a Samba network drive.
>>>
>>> My problem is that PDT is extremely slow in (re)building, e.g. it takes
>>> up to 15 minutes to complete with 10% average CPU consumption. During
>>> the period PDT cannot be used. The same happens every now and then while
>>> editing a PHP file (for example inserting a dollar sign ($)) and PDT
>>> attempts to show some code completion/assist possibilities. I might turn
>>> the latter features off, but it's PDT I want to use for that in the
>>> first place. I used PDT 1.0.3. before and it was much faster even tough
>>> it had to rebuild a project every time.
>>>
>>> Does anyone experience these problems as well or have have suggestions
>>> to fix this? I noticed bug 259788
>>> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=259788), can this be
>>> related?
>>>
>>>
>
>
>
|
|
|
|
Powered by
FUDForum. Page generated in 0.03529 seconds