Re: [Pharo-users] P3 and concurrenty

2020-02-10 Thread Petter Egesund
Perfect, this is exactly what I needed. Thank so much!! Petter On Mon, Feb 10, 2020 at 8:44 PM Sven Van Caekenberghe wrote: > Hi Petter, > > > On 10 Feb 2020, at 16:46, Petter Egesund > wrote: > > > > Yes, I see - that sounds sensible. > > > > Could i

Re: [Pharo-users] P3 and concurrenty

2020-02-10 Thread Petter Egesund
20, at 16:30, Petter Egesund > wrote: > > > > Hi and thanks for an answer above my expectations to our problem. > > > > This is really awesome, I was just about to start coding a pool myself, > but getting it directly from the author of the base library is off course

Re: [Pharo-users] P3 and concurrenty

2020-02-10 Thread Petter Egesund
e closed by > the caller. > > == > > There are some unit tests as well. > > Let me know if this works for you. > > Sven > > > On 9 Feb 2020, at 19:04, Petter Egesund > wrote: > > > > Yes, thanks for good feedback. > > > > I will try

Re: [Pharo-users] P3 and concurrenty

2020-02-09 Thread Petter Egesund
Yes, thanks for good feedback. I will try the pooled way, I think - not primarily because of speed, but due to that our library is built around prepared connections. Petter On Sun, Feb 9, 2020 at 6:01 PM Sven Van Caekenberghe wrote: > Hi Petter, > > > On 9 Feb 2020, at 17:27, Pe

Re: [Pharo-users] P3 and concurrenty

2020-02-09 Thread Petter Egesund
HTTP does also provide a session mechanism > (ZnServerSession[Manager]) but these work with cookies and typically won't > help with a REST access pattern. > > > On 9 Feb 2020, at 14:21, Petter Egesund > wrote: > > > > Hi Sven > > > > We are using

[Pharo-users] [ANN] HeySql - a mini db-orm for Postgres

2019-10-03 Thread Petter Egesund
- Generate tables It can be found here: https://github.com/pegesund/heysql I did also write something about the code, Pharo and what I think on my kind-of-blog, if anyone is interested: https://ramblings.work/posts/2019-02-10-heysql.html Best regards, Petter Egesund