Hi Russ,

there are also some videos at youtube:

https://youtu.be/sYFAwjpCFKA
https://youtu.be/1szVgKQm474

Note that there are some starting questions have been answered in the
mailing list:

http://forum.world.st/template/NamlServlet.jtp?macro=search_page&node=1294836&query=voyage&n=1294836


and in the databases section of the pharo group in discord.

regards
Sabine


Am Do., 3. Juni 2021 um 09:36 Uhr schrieb Stéphane Ducasse <
stephane.duca...@inria.fr>:

> Have a look at the Voyage booklet available on books.pharo.org and let us
> know.
>
> S
>
> On 3 Jun 2021, at 00:25, Russ Whaley <whaley.r...@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 <norb...@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 <
>> jmariagui...@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.r...@gmail.com
>
>
> --------------------------------------------
> Stéphane Ducasse
> http://stephane.ducasse.free.fr / http://www.pharo.org
> 03 59 35 87 52
> Assistant: Aurore Dalle
> FAX 03 59 57 78 50
> TEL 03 59 35 86 16
> S. Ducasse - Inria
> 40, avenue Halley,
> Parc Scientifique de la Haute Borne, Bât.A, Park Plaza
> Villeneuve d'Ascq 59650
> France
>
>

Reply via email to