[Pharo-users] pharo bash script with startup

2018-06-26 Thread Otto Behrens
Hi, I just installed pharo 6.1 using the .zip file ( http://files.pharo.org/platform/Pharo6.1-64-linux.zip) and battled to start up pharo with arguments. The issue is that the pharo bash script (in the extracted home dir) quotes all arguments: # execute exec "$LINUX/pharo" \ --plugins "$

Re: [Pharo-users] Microservices using Pharo

2018-06-26 Thread Torsten Bergmann
Hi Andrei, I guess there is no definitive answer - it highly depends on your microservice itself and what it does with other backends (database, other services) - If you run on Seaside with state then this might be interesting: http://onsmalltalk.com/scaling-seaside If you want to scale the

Re: [Pharo-users] Microservices using Pharo

2018-06-26 Thread Julián Maestri
At work we're using some microservices in pharo, implemented with Zink and Teapot, can't tell you much about performance because they are not being stress tested currently. I'm using Traefik as a load balancer WITH sticky session on docker, mainly because it scales acording to the docker configura

Re: [Pharo-users] Microservices using Pharo

2018-06-26 Thread jtuc...@objektfabrik.de
Norbert, Am 26.06.18 um 21:41 schrieb Norbert Hartl: Am 26.06.2018 um 20:44 schrieb Andrei Stebakov >: What would be an example for load balancer for Pharo images? Can we run multiple images on the same server or for the sake of balancing configuration we can on

Re: [Pharo-users] Microservices using Pharo

2018-06-26 Thread jtuc...@objektfabrik.de
Am 26.06.18 um 20:47 schrieb Andrei Stebakov: I guess for multiple images on the same server we need to spawn off images listening on different ports. exactly. We use Apache mod_proxy_balancer with sticky sessions for our configuration. The sticky session part is important if you use Seaside

Re: [Pharo-users] copy & paste

2018-06-26 Thread Otto Behrens
> > > The stable version on opensuse is quite old. And apparently not 6.1. > > So, does this sadly mean that the paragraph on the top of the page > > "Zip file" is updated, but the rest of the page not? > > Very likely, as the Zip packager (human) is probable not the Suse > packager (another human)

Re: [Pharo-users] [Dynabook][Morphic][TLM][Geometry] Re: [ANN] GNU Dr. Geo release 18.06

2018-06-26 Thread Hilaire
As I am only reading this list throught Gname newsgroup I can't read the senders' email, so please email me at hilaire [at] drgeo.eu so we can engage a private conversation Hilaire Le 26/06/2018 à 05:41, H. Hirzel a écrit : > This message is off-list as I do not have the capacity NOW to > main

Re: [Pharo-users] copy & paste

2018-06-26 Thread Hilaire
Le 26/06/2018 à 05:48, Otto Behrens a écrit : > > > We use the package installation for ubuntu described > here: https://pharo.org/gnu-linux-installation-64. > > The stable version on opensuse is quite old. And apparently not 6.1. > So, does this sadly mean that the paragraph on the top of the page

Re: [Pharo-users] Microservices using Pharo

2018-06-26 Thread Norbert Hartl
> Am 26.06.2018 um 20:44 schrieb Andrei Stebakov : > > What would be an example for load balancer for Pharo images? Can we run > multiple images on the same server or for the sake of balancing configuration > we can only run one image per server? > There are a lot of possibilities. You can st

Re: [Pharo-users] Microservices using Pharo

2018-06-26 Thread Andrei Stebakov
I guess for multiple images on the same server we need to spawn off images listening on different ports. On Tue, Jun 26, 2018, 14:44 Andrei Stebakov wrote: > What would be an example for load balancer for Pharo images? Can we run > multiple images on the same server or for the sake of balancing

Re: [Pharo-users] Microservices using Pharo

2018-06-26 Thread Andrei Stebakov
What would be an example for load balancer for Pharo images? Can we run multiple images on the same server or for the sake of balancing configuration we can only run one image per server? On Tue, Jun 26, 2018, 14:32 Andrei Stebakov wrote: > Thanks, guys! I really appreciate your input! > > On Tu

Re: [Pharo-users] Microservices using Pharo

2018-06-26 Thread Andrei Stebakov
Thanks, guys! I really appreciate your input! On Tue, Jun 26, 2018, 11:16 Sven Van Caekenberghe wrote: > > > > On 26 Jun 2018, at 15:52, Norbert Hartl wrote: > > > > > > > >> Am 26.06.2018 um 15:41 schrieb Sven Van Caekenberghe : > >> > >> > >> > >>> On 26 Jun 2018, at 15:24, Norbert Hartl wro

Re: [Pharo-users] The cool implication of gtDocumentor gluing examples and how we might augment source naviagation

2018-06-26 Thread Tim Mackinnon
This is all so cool - I see a lot of stuff really coming together (and I still think gtInspector and moldability continue to have legs which nicely underpin documentor). I’m sad I can’t make it to esug this year as I’d love to be inspired more. Tim Sent from my iPhone > On 26 Jun 2018, at 18:

Re: [Pharo-users] Interesting Pharo Launcher feedback

2018-06-26 Thread Tim Mackinnon
Good point on the potential projects collision (aside: that does nothing in Calypso at the moment right?). I was thinking that in Eclipse or IntelliJ, when you launch the IDE and go to do something, you create a “new project” and typically identify it as a a web project, or Java spring project

Re: [Pharo-users] The cool implication of gtDocumentor gluing examples and how we might augment source naviagation

2018-06-26 Thread Tudor Girba
Hi Tim, Thanks a lot for the detailed comments! More inline. > On Jun 26, 2018, at 2:57 PM, Tim Mackinnon wrote: > > Hi Doru - I’ll comment inline below: > >> On 26 Jun 2018, at 13:05, Tudor Girba wrote: >> >> Hi, >> >>> On Jun 26, 2018, at 1:16 PM, Tim Mackinnon wrote: >>> >>> Hi guys -

Re: [Pharo-users] Microservices using Pharo

2018-06-26 Thread Sven Van Caekenberghe
> On 26 Jun 2018, at 15:52, Norbert Hartl wrote: > > > >> Am 26.06.2018 um 15:41 schrieb Sven Van Caekenberghe : >> >> >> >>> On 26 Jun 2018, at 15:24, Norbert Hartl wrote: >>> >>> >>> Am 26.06.2018 um 14:52 schrieb Andrei Stebakov : Does anyone use Pharo for Miro serv

[Pharo-users] [Ann] OSSubprocess v1.0.1

2018-06-26 Thread Guillermo Polito
Hi all, There is a new version of OSSubprocess available. This is a Bugfix release. This release fixes a problem with waitpid that happened regularly and randomly in OSSubprocess users mostly in the CI. For those interesting, the details of the bug can be read in: https://github.com/pharo-contrib

Re: [Pharo-users] Microservices using Pharo

2018-06-26 Thread Norbert Hartl
> Am 26.06.2018 um 15:41 schrieb Sven Van Caekenberghe : > > > >> On 26 Jun 2018, at 15:24, Norbert Hartl wrote: >> >> >> >>> Am 26.06.2018 um 14:52 schrieb Andrei Stebakov : >>> >>> Does anyone use Pharo for Miro services? I heard about Seaside and Teapot, >>> just was wondering if Pha

Re: [Pharo-users] Microservices using Pharo

2018-06-26 Thread Sven Van Caekenberghe
> On 26 Jun 2018, at 15:24, Norbert Hartl wrote: > > > >> Am 26.06.2018 um 14:52 schrieb Andrei Stebakov : >> >> Does anyone use Pharo for Miro services? I heard about Seaside and Teapot, >> just was wondering if Pharo can handle multiple simultaneous requests and if >> it can, where it r

Re: [Pharo-users] Interesting Pharo Launcher feedback

2018-06-26 Thread H. Hirzel
On 6/26/18, Tim Mackinnon wrote: > As I mentioned - the user in question was quite complimentary, just confused > on first launch. > > Equally we don’t want to impact power users, and ultimately we want to > encourage everyone to try newer images to help with improvements. > > I honestly think tha

Re: [Pharo-users] Microservices using Pharo

2018-06-26 Thread Norbert Hartl
> Am 26.06.2018 um 14:52 schrieb Andrei Stebakov : > > Does anyone use Pharo for Miro services? I heard about Seaside and Teapot, > just was wondering if Pharo can handle multiple simultaneous requests and if > it can, where it reaches the limit. I use it extensively. I use Zinc-REST package

Re: [Pharo-users] The cool implication of gtDocumentor gluing examples and how we might augment source naviagation

2018-06-26 Thread Tim Mackinnon
Hi Doru - I’ll comment inline below: > On 26 Jun 2018, at 13:05, Tudor Girba wrote: > > Hi, > >> On Jun 26, 2018, at 1:16 PM, Tim Mackinnon wrote: >> >> Hi guys - not sure how many people noticed this, but at the end of the >> tutorial for gtDocumentor, there is a section on Examples as Docu

[Pharo-users] Microservices using Pharo

2018-06-26 Thread Andrei Stebakov
Does anyone use Pharo for Miro services? I heard about Seaside and Teapot, just was wondering if Pharo can handle multiple simultaneous requests and if it can, where it reaches the limit.

Re: [Pharo-users] Pharo 7, Iceberg, Proxy and Windows

2018-06-26 Thread Vitor Medina Cruz
Thanks Guille, will do that on further occasions, I just got excited to make it work for me :) I had see the page you sent already, but git works fine in any other program here (eg. command line, Intellij and Sourcetree) so I don't think the problem here is related to what was described by the sta

Re: [Pharo-users] The cool implication of gtDocumentor gluing examples and how we might augment source naviagation

2018-06-26 Thread Sean P. DeNigris
Tim Mackinnon wrote > its very handy to unfold code to understand it in one place There is also a Code Bubble-like demo from Feenk. - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] The cool implication of gtDocumentor gluing examples and how we might augment source naviagation

2018-06-26 Thread Tudor Girba
Hi, > On Jun 26, 2018, at 1:16 PM, Tim Mackinnon wrote: > > Hi guys - not sure how many people noticed this, but at the end of the > tutorial for gtDocumentor, there is a section on Examples as Documentation. Thanks for going through the tutorial. Quick questions: - how did it feel to go throu

Re: [Pharo-users] Interesting Pharo Launcher feedback

2018-06-26 Thread Sean P. DeNigris
Tim Mackinnon wrote > maybe the project metaphor isn’t a bad one? Let's sync with Denis because Calypso already has a stub for "Projects" and we don't want to overload this term adding to the confusion! - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] [Moose-dev] [ann] gt documenter

2018-06-26 Thread Tudor Girba
Hi, Thanks for trying it out. I never encountered the issue you mentioned. However, the red cross appears due to a Morphic-related problem, not a Bloc one. Cheers, Doru > On Jun 26, 2018, at 11:44 AM, Tim Mackinnon wrote: > > Hi - yes, doing the Reset Bloc did fix the problem and I can run

[Pharo-users] The cool implication of gtDocumentor gluing examples and how we might augment source naviagation

2018-06-26 Thread Tim Mackinnon
Hi guys - not sure how many people noticed this, but at the end of the tutorial for gtDocumentor, there is a section on Examples as Documentation. What is neat (and easily missed) is how when an example references another - there is a little triangle you can toggle to expose that example inline.

Re: [Pharo-users] [Moose-dev] [ann] gt documenter

2018-06-26 Thread Tim Mackinnon
Hi - yes, doing the Reset Bloc did fix the problem and I can run both examples (and it doesn’t appear to break after running one or the other). HOWEVER - after the reset, when I ran the example with the Mondrian views - right near the beginning where it opens a Pharo browser - the GTDocumentor w

Re: [Pharo-users] Interesting Pharo Launcher feedback

2018-06-26 Thread Tim Mackinnon
As I mentioned - the user in question was quite complimentary, just confused on first launch. Equally we don’t want to impact power users, and ultimately we want to encourage everyone to try newer images to help with improvements. I honestly think that some slightly improved terminology and a

Re: [Pharo-users] StCAD is open source

2018-06-26 Thread Cédrick Béler
Excellent ! (BTW, I have problem opening your website). It will be hard to port to pharo ? The main difficulty is to have an equivalent for GF/ST 2D ? Cheers, Cedrick > Le 25 juin 2018 à 21:05, Hilaire a écrit : > > Impressive! > > Hilaire > > >> Le 25/06/2018 à 02:05, askoh a écrit : >

Re: [Pharo-users] Interesting Pharo Launcher feedback

2018-06-26 Thread Christophe Demarey
Hi Tim, > Le 26 juin 2018 à 03:00, Ben Coman a écrit : > > On 26 June 2018 at 06:17, Tim Mackinnon > wrote: > Hi everyone - at tonights month UK Smalltalk Meetup, we got some nice > compliments on the state of Pharo (the participants - all ex small talkers - > althoug