Re: [Pharo-users] P3 timeout

2017-12-12 Thread Stephane Ducasse
Ok this looks like a good plan :) On Mon, Dec 11, 2017 at 2:48 PM, Pierce Ng wrote: > On Tue, Dec 05, 2017 at 07:54:00AM +0100, Stephane Ducasse wrote: >> If you need help for your booklet setup let me know. > > Thanks. I'm already set up with Pillar and all that. I'm working on extending > Sven'

Re: [Pharo-users] P3 timeout

2017-12-11 Thread Pierce Ng
On Tue, Dec 05, 2017 at 07:54:00AM +0100, Stephane Ducasse wrote: > If you need help for your booklet setup let me know. Thanks. I'm already set up with Pillar and all that. I'm working on extending Sven's Reddit.st. Next step is to make it run over TLS, which is why I'm writing a Let's Encrypt cl

Re: [Pharo-users] P3 timeout

2017-12-07 Thread Sven Van Caekenberghe
> On 7 Dec 2017, at 11:38, Henrik Sperre Johansen > wrote: > > Sven Van Caekenberghe-2 wrote >>> On 5 Dec 2017, at 01:00, Pierce Ng < > >> pierce@ > >> > wrote: >>> >>> On Sun, Nov 26, 2017 at 07:17:51PM +0100, Sven Van Caekenberghe wrote: Added P3Client>>#timeout[:] option (thx Pierce

Re: [Pharo-users] P3 timeout

2017-12-07 Thread Henrik Sperre Johansen
Sven Van Caekenberghe-2 wrote >> On 5 Dec 2017, at 01:00, Pierce Ng < > pierce@ > > wrote: >> >> On Sun, Nov 26, 2017 at 07:17:51PM +0100, Sven Van Caekenberghe wrote: >>> Added P3Client>>#timeout[:] option (thx Pierce Ng) >> >> Thank you, Sven. >> >>> About Zdc streams. They have their own de

Re: [Pharo-users] P3 timeout

2017-12-07 Thread Sven Van Caekenberghe
> On 5 Dec 2017, at 01:00, Pierce Ng wrote: > > On Sun, Nov 26, 2017 at 07:17:51PM +0100, Sven Van Caekenberghe wrote: >> Added P3Client>>#timeout[:] option (thx Pierce Ng) > > Thank you, Sven. > >> About Zdc streams. They have their own default timeout (5 seconds). I think >> it is not a goo

Re: [Pharo-users] P3 timeout

2017-12-04 Thread Stephane Ducasse
If you need help for your booklet setup let me know. Stef On Tue, Dec 5, 2017 at 1:02 AM, Pierce Ng wrote: > On Sun, Nov 26, 2017 at 02:03:13PM +0100, Stephane Ducasse wrote: >> It would be cool if we could get a little success stories around what >> you are doing. >> A success stories does not

Re: [Pharo-users] P3 timeout

2017-12-04 Thread Pierce Ng
On Sun, Nov 26, 2017 at 02:03:13PM +0100, Stephane Ducasse wrote: > It would be cool if we could get a little success stories around what > you are doing. > A success stories does not mean that you get as rich as Steve Jobs, > just that you build > something nice successfully. ;) Hi Stef, Will d

Re: [Pharo-users] P3 timeout

2017-12-04 Thread Pierce Ng
On Sun, Nov 26, 2017 at 07:17:51PM +0100, Sven Van Caekenberghe wrote: > Added P3Client>>#timeout[:] option (thx Pierce Ng) Thank you, Sven. > About Zdc streams. They have their own default timeout (5 seconds). I think > it is not a good idea to have global timeout setting, these should be done

Re: [Pharo-users] P3 timeout

2017-11-26 Thread Sven Van Caekenberghe
Hi Pierce, Thanks for the feedback. Yes, I did run into the timeout issue for heavy queries myself as well. I was already planning to add this option. https://github.com/svenvc/P3/commit/ce68fd206b47c0411b75f0992ef4f4e119eb4ff1 Added P3Client>>#timeout[:] option (thx Pierce Ng) Added P3Client

Re: [Pharo-users] P3 timeout

2017-11-26 Thread Stephane Ducasse
Hi Pierce It would be cool if we could get a little success stories around what you are doing. A success stories does not mean that you get as rich as Steve Jobs, just that you build something nice successfully. ;) Stef On Sun, Nov 26, 2017 at 9:43 AM, Pierce Ng wrote: > Hi Sven and all, > > I h

[Pharo-users] P3 timeout

2017-11-26 Thread Pierce Ng
Hi Sven and all, I have a PostgreSQL database running in a resource-light Linux VM with ~4 million rows consisting of mostly text. My query executes regexp_matches() on the text and it runs noticeably slowly. I am encountering ConnectionTimedOut using P3 to run my query. PostgresV2 and Python's p