views:

14

answers:

0

Hi,

I've recently moved my development from linux to windows 7 with the purchase of a new laptop. I have noticed that there are some problems, with my once working Lucene searches.

My Searches are not returning results that they were when running on linux, and there are some issues with other code, which I am working through debugging.

So I've configured eclipse and zend debugger with apache as normal and the debugging performance is shocking! Especially when debugging my lucene search code. Running it can take minutes and it maxes out a core on my CPU.

Any ideas on why performance is so bad compared to linux?? Is there a setting in the environment that I have that I can change to make debugging less painful?

This has really slowed my ability to identify why my searches are now not working running on windows when they did on linux.

One of the reasons I've moved my PHP development to windows is so that I can work/brush up on some c#, without the need to reboot before anyone asks.

Many thanks on any pointers you may have, this is driving me nuts.

Thanks,

Grant