Howdy Pat, Is the Riddle client non-blocking?
Also, where can I find the spec data for Riddle? I see instructions to "check the svn version". FYI I had to add "require 'rubygems'" to "spec/sphinx_helper.rb" in order to get tests running, along with the mysql creation of course: mysqladmin -uroot create riddle echo "grant all on riddle.* to ''@'localhost';"| mysql -uroot I'm trying to query Sphinx for ~6 queries and populations simultaneously. So far I'm stuck with a threading error on Thread#join, I think it might be a 1.8 bug. That sucks :-) Have any hints for writing concurrent queries? Thanks so much Pat, -- Matthew Beale :: 607 227 0871 Resume & Portfolio @ http://madhatted.com -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
