When you try to access any of the pages it takes more then 25 secs under Windows although the deamon is running on the same machine and the index is just 4 simple docs. The problem it seems is with the _Connect calling more then 1 time and i guess the Windows has some problems with the sockets. The workaround i made was to comment all _Connect calls when i will call RunQueries method cause RunQueries calls the _Connect again and then it takes about 25sec to get the respond. To verify the connections just set the server and port and run empty query.

Comments

johsw’s picture

Have you got a patch?