mezis / blurrily

Millisecond fuzzy string matching for Ruby
MIT License
90 stars 14 forks source link

Add an HTTP wrapper #26

Open mezis opened 10 years ago

mezis commented 10 years ago

The backend cannot be made thread-safe easily / without losing its performance, so the HTTP workers should share 1 instance of the server (and talk to it using the raw protocol).