tags:

views:

159

answers:

1

I'm using Netbeans 6.8 for PHP projects located on network drives in a Windows network. Frequently, the IDE gets really slow (like a temporary freeze) to a point where it's totally unusable. At first it seems like a total crash, but after some time (might be sevaral minutes) the IDE works again as before.

This happens with Netbeans 6.7 as well as 6.8 on my Windows XP 32-bit installation. I'm using Java 1.6.0_13.

This is a fresh Netbeans installation, so it can't have to do with too many temp files. I assume it has to do with the frequent code checks that Netbeans does. It's probably not very fast when doing this over the network connection. But it can't be that this feature renders the IDE useless...

This thread deals with the same issue http://forums.netbeans.org/viewtopic.php?t=5548. Does anyone know a solution to this problem?

A: 

See my answer to Why Does NetBeans Freeze When I'm Trying to Type

I have not seen this behavior in 6.8 editing Java, but I haven't done much PHP, so it could still be there.

Devon_C_Miller
As you can see in my description, this is a fresh Netbeans install. So I don't assume it has to do with Temp-files. Besides that, you write in your answer that it's much better in 6.7 and 6.8, I'm using the latter one...
danilo
I missed the part about network drives. I did see an issue with this but have never been able to reproduce it. It manifested as very slow behavior, and running WireShark showed a lot of SMB traffic. My guess was that it was an issue between the clocks on the machines involved. I think NB always thought the files on the drive were newer than its cached information and kept rescanning.
Devon_C_Miller