hi, you can start by voyage which is an Object-Document mapper or directly with the mongo driver if you do not want to use it :) in any case, installing voyage will install also the driver and you can start there to see how it works ;) Esteban On Jun 3 2021, at 12:25 am, Russ Whaley <whaley.russ@gmail.com> wrote:
I am very interested in getting started with MongoDB. Iâve been using STON for full object model read/writes, but Iâd like to take the next step into a more sustainable path (as my object models grow larger with time).
Iâm using Pharo v9 on MacOS. Where should I start? Voyage? Any pointers/tips would be much appreciated!
Thanks, Russ
On Tue, Jun 1, 2021 at 5:53 AM Norbert Hartl <norbert@hartl.name (mailto:norbert@hartl.name)> wrote:
You should not have to worry. The two possible culprits are the VOCache which should be thread safe done by a semaphore. The other one is the connection to the database. Here the connection pool removes that problem.
Hope that answers your question. I use it just as it is in a concurrent environment. Norbert
Am 01.06.2021 um 11:34 schrieb Jesus Mari Aguirre <jmariaguirre@gmail.com (mailto:jmariaguirre@gmail.com)>:
Hello all, I'm developing a tepot+voyage(mongodb) web app and I have one doubt, is voyage thread safe? or do I have to take care about using a Mutex because multiple teapot instances can call it. Thank you all!
-- Russ Whaley whaley.russ@gmail.com (mailto:whaley.russ@gmail.com)