whirlwind-match / fuzzydb

fuzzydb is a fuzzy matching database engine capable of providing human-like search results that make life much easier for users of websites searching for things like cars, houses, people and jobs.
19 stars 5 forks source link

Implement a more standardised database connection approach #68

Open nealeu opened 12 years ago

nealeu commented 12 years ago

Current implementation for the embedded client doesn't allow multiple threads query simultaneously. This will only happen when using TCP/IP support.

Instead, it would be worth considering what is standard for enterprise databases including JCA support, as is implemented by the likes of Neo4j.