Re: [Pharo-users] Starting a pool of worker images using command line parameters

2014-10-24 Thread Luc Fabresse
Hi Sven and Phil, Thanks for your answers. So I already use the zeroconf handlers ;-) The problem is that I do not benefit from the cache well enough because our command line tool (pharo-based and installed by this script http://car.mines-douai.fr/scripts/PhaROS) is dedicated to create custom im

Re: [Pharo-users] Pharo program examples

2014-10-24 Thread Hilaire
Le 23/10/2014 22:48, Peter Uhnák a écrit : > But if you want introductory-level then there is "A first application" > chapter in Pharo by Example book (http://pharobyexample.org/) This book is a good resource to learn. To test the examples be sure to download the matching "Pharo by Example" image

[Pharo-users] [ANN] iStoa 14.10

2014-10-24 Thread Hilaire
iStoa 14.10 for GNU/Linux released! It is a Pharo desktop application. iStoa is a corpus of math interactive exercises for grade 1. It comes with about 25 set of exercises, presented in categories. The project is in active development, new set of exercises are regularly added. http://istoa.drgeo

Re: [Pharo-users] Client cerificate authentication with ZnClient?

2014-10-24 Thread Kris Gybels
Op 22-okt.-2014, om 13:39 heeft Sven Van Caekenberghe het volgende geschreven: > I do not know how to enable the logging inside the plugin, Chris Gybels just > told me that he got that working, maybe he can answer. Kris ? Here's a version of Zodiac-Core with ZdcPluginSSLSession changed to enab

Re: [Pharo-users] Starting a pool of worker images using command line parameters

2014-10-24 Thread stepharo
this nice discussion should be turned into a blog/chapter :) Any taker? Stef On 23/10/14 20:16, Esteban A. Maringolo wrote: tl;dr version: I'd like to be able to do something like $PATH/app/pharo-vm/pharo --nodisplay app.image st setup-worker.st --port 8091 and: $PATH/app/pharo-vm/pharo --nod

Re: [Pharo-users] Client cerificate authentication with ZnClient?

2014-10-24 Thread Sven Van Caekenberghe
Kris, I merged your changes in (except for the default being false instead of true for logging) - Thanks! === Name: Zodiac-Core-SvenVanCaekenberghe.35 Author: SvenVanCaekenberghe Time: 24 October 2014, 1:56:40.080389 pm UUID: d27bbfa1-187d-4ab9-b7e8-5a77a34aeb6a Ancestors: Zodiac-Core-KrisGybels

[Pharo-users] Teaching fork

2014-10-24 Thread Annick Fron
Here is a simple example about fork. Try the following : 10 timesRepeat: [ (Delay forSeconds: 1) wait. Transcript show: ‘hello’;cr]. Then the following : [10 timesRepeat: [ (Delay forSeconds: 1) wait. Transcript show: ‘hello’;cr]] fork. I think this should go in an introduction to Pha

Re: [Pharo-users] Teaching fork

2014-10-24 Thread Luc Fabresse
you can also use: 1 second wait. 2 seconds wait. ;-) Luc 2014-10-24 14:11 GMT+02:00 Annick Fron : > > Here is a simple example about fork. > > Try the following : > > 10 timesRepeat: [ (Delay forSeconds: 1) wait. Transcript show: ‘hello’;cr]. > > Then the following : > [10 timesRepeat:

Re: [Pharo-users] Starting a pool of worker images using command line parameters

2014-10-24 Thread Esteban A. Maringolo
>> I'd like to know the development process of others, from SCM to >> building, deploying and server provisioning. > > I would say the standard approach is: > > - use Monticello with any repo type > - split your code in some big modules, some private, some from public source > - have a single overa

Re: [Pharo-users] Starting a pool of worker images using command line parameters

2014-10-24 Thread Esteban A. Maringolo
Ah, I forgot. The only drawback here is the 5% permanent idle load per image. Every image I add adds a 5% load to the server, even when it's only standby. That's a totally bummer, though manageable if you have less than 10 images like I do :) Esteban A. Maringolo 2014-10-24 16:29 GMT-03:00

[Pharo-users] [ANN] new GT features: disk memory, ws.stfx.eu sharing, closeable panes and others

2014-10-24 Thread Tudor Girba
Hi, We are quite actively working on GT. First of all, thanks everyone for the feedback. We take it quite seriously and we do our best to take it into account. Please keep the discussions flowing. I summarized some of the things that happened recently in the playground and inspector here: http:/