Active
Project:
Sphinx (Sphinx search integration)
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2008 at 14:27 UTC
Updated:
14 Nov 2008 at 23:04 UTC
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
Comment #1
johsw commentedHave you got a patch?