Posted by vflirt on October 29, 2008 at 2:27pm
Jump to:
| Project: | Sphinx (Sphinx search integration) |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
Have you got a patch?