This question is primarily targeted at Java Couchbase Lite.
So today, in theory anyway, I should be able to set up two separate listeners on the same box (Android or otherwise) and have both listeners talk to the same database file without problem. SQLite certainly supports this behavior<http://sqlite.org/faq.html#q5>. But I've heard Jens mentioning that Couchbase Lite might be changing their underlying database. So I wanted to check how committed is Couchbase to continuing this behavior? The reason I care is that it's looking very likely that I will need to support two different listeners running on the same database files. One listener would be listening on an Internet routable address and would have all sorts of fun security. The other listener would be listening on localhost and would use different security. In theory I could set up two different endpoints in TJWS but believe me, that isn't fun. It would be vastly simpler to just set up two different listeners who may both hit the same cblite file. But when Jens new database comes in will that still work? Thanks, Yaron -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/1399044055798.43524%40microsoft.com. For more options, visit https://groups.google.com/d/optout.
