Re: [Pharo-users] Pharo general questions for a commercial application

2019-02-20 Thread ducasse
> On 20 Feb 2019, at 17:23, BrunoBB wrote: > > Hi Esteban, > > Nice to see you here too... > > The web application will run Linux 64bits, the Pharo 64bits for Linux is > stable or i should use a 32bit VM ? > > Thanks for all the information slowly but surely we will implement this app. > >

Re: [Pharo-users] Pharo general questions for a commercial application

2019-02-20 Thread Sven Van Caekenberghe
Pharo 7/8 is 64-bits by default on macOS and Linux, no problems there. > On 20 Feb 2019, at 17:23, BrunoBB wrote: > > Hi Esteban, > > Nice to see you here too... > > The web application will run Linux 64bits, the Pharo 64bits for Linux is > stable or i should use a 32bit VM ? > > Thanks for a

Re: [Pharo-users] Pharo general questions for a commercial application

2019-02-20 Thread BrunoBB
Hi Esteban, Nice to see you here too... The web application will run Linux 64bits, the Pharo 64bits for Linux is stable or i should use a 32bit VM ? Thanks for all the information slowly but surely we will implement this app. Also it seems that Pharo has a very active community !!! regards, br

Re: [Pharo-users] Pharo general questions for a commercial application

2019-02-20 Thread Eric Gade
> > 2) For RDBMS forget about DBXTalk and Garage, I would suggest you go > straight to the PostgreSQL client (P3) or SQLite. Those are maintained and > used, the rest... who knows. > If you need ORM you can use Glorp with any of those. > What about MySQL connectors -- is anyone in the community us

Re: [Pharo-users] Pharo general questions for a commercial application

2019-02-20 Thread Esteban Maringolo
Hi Bruno, Is good to see you here as well :) 1) 7.0+. If you're in Windows only 32 bit is supported. 2) For RDBMS forget about DBXTalk and Garage, I would suggest you go straight to the PostgreSQL client (P3) or SQLite. Those are maintained and used, the rest... who knows. If you need ORM you ca

Re: [Pharo-users] Pharo general questions for a commercial application

2019-02-20 Thread BrunoBB
Sven, Thanks for you answer and links. SQL will be enough and no need for a complex ORM. I will take a look at: https://github.com/svenvc/pharo-server-tools Thanks again ! regards, bruno PS: my client has an running Java app and need another app to do some functionality and they will give Sma

Re: [Pharo-users] Pharo general questions for a commercial application

2019-02-20 Thread Sven Van Caekenberghe
Hi Bruno, > On 20 Feb 2019, at 02:26, BrunoBB wrote: > > Hi, > > My name is Bruno i'been using Smalltalk since 1999 for commercial > applications, mostly Dolphin, GemStone/S and Visual Works. > > Now we have a commercial project and we are going to use Pharo :) Great ! > So we have some g