Re: [Pharo-users] Running a teapot instance remotely

2019-10-11 Thread Sean P. DeNigris
jtuchel wrote > I guess this has its roots in long-ongoing discussions about the > anticipated disadvantages of image-based development in general. I would also add that IMHO a lot of (or maybe almost all) the angst of possible image crashes comes during development (with increasing risks as expe

[Pharo-users] NVARCHAR and Glorp

2019-10-11 Thread eftomi
Dear all, I'm working on ADO database driver for Glorp by using Pablo's PharoCOM. The structure of the driver is similar to Sven's P3DatabaseDriver and P3Client (thanks, Sven for very clear architecture :-) ) and the work is progressing quite nicely. I can connect to SQL Server, PostgreSQL and cre

Re: [Pharo-users] How to install stripe library on Pharo 7 64bit ?

2019-10-11 Thread Sven Van Caekenberghe
> On 11 Oct 2019, at 13:45, jmathews via Pharo-users > wrote: > > Pharo 7 > - Image hangs when loading Zinc HTTP Components. I tried loading Zinc HTTP > Components separately through Metacello with the same results so I don't > think the problem is with your code. Yes, that is true and v

Re: [Pharo-users] How to install stripe library on Pharo 7 64bit ?

2019-10-11 Thread jmathews via Pharo-users
--- Begin Message --- OK, did some more testing and here are the results. Pharo 7 - Image hangs when loading Zinc HTTP Components. I tried loading Zinc HTTP Components separately through Metacello with the same results so I don't think the problem is with your code. Pharo 8 - Stripe Loads

Re: [Pharo-users] voyage mongo and transactionality

2019-10-11 Thread Jonathan van Alteren
Hi Peter, Thanks for elaborating. I found the thread on the Pharo users list and looked at Esteban's repository. I'm hesitant to spend much time on it, since that is my scarcest resource at the moment. You can try forking Esteban's repository and committing your modifications there. Then you

Re: [Pharo-users] Running a teapot instance remotely

2019-10-11 Thread Tim Mackinnon
If your question is aimed more at deploying on a server - it’s standard practice for applications (java, python, ruby etc) to have a watcher that will restart your app if it terminates/crashes - Pharo is no different. This mechanism serves well If a C primitive fails, or your server terminates i