Re: [Pharo-users] Non-blocking IO

2020-04-19 Thread tbrunz
I think you can do what you describe if you use #fork to create separate processes for each of your concurrent HTTP calls. Here's an example -- Try the following (from http://forum.world.st/Teaching-fork-td4786444.html) 10 timesRepeat: [ (Delay forSeconds: 1) wait. Transcript show: 'hello'; cr ].

Re: [Pharo-users] [ANN] Pharo Launcher 2.0 released!

2020-04-19 Thread Tomaž Turk
Congratulations on the new launcher! The experience is far better than with the previous version, nice work! I noticed something peculiar - I have two computers and am syncing the folders structure between them. If I create a new Pharo 8.0 image, work on it on this machine and finish, then it

[Pharo-users] Non-blocking IO

2020-04-19 Thread dturczanski
Hi guys, I'm wondering whether Pharo support any form of non-blocking IO. You can find such IO support in Node.js or Java NIO packages and on Linux they use select/poll async IO system calls. An example scenario is to be able to schedule 10 concurrent HTTP calls taking 1-5s and wait for them to f

Re: [Pharo-users] [Pharo-dev] FW: Label truncation in new Pharo 8.0 64-bit (stable)

2020-04-19 Thread Sven Van Caekenberghe
Did you try another font ? Another size ? Did you try closing & reopening the Settings Browser ? > On 19 Apr 2020, at 16:31, shap...@uurda.org wrote: > > On 2020-04-19 03:01, Sven Van Caekenberghe wrote: > Works for me (this font is larger than the default one). macOS, Pharo > 9 64bit >> The scre