Re: [Pharo-users] Pharo 2 problems that prevent me from using it in production was Re: RFB on 2.0 + linux - semaphore primitive failed

2013-09-25 Thread Norbert Hartl
I use it for remotely deployed images. Whenever a debugger opens I get an email, connect to the image and examine the problem, fix it and done. Nothing beats the debugger. But yes a repl would be useful to for different things. Norbert Am 25.09.2013 um 03:14 schrieb Esteban A. Maringolo

Re: [Pharo-users] Image taking up 100% CPU

2013-09-25 Thread Bernat Romagosa
Not really, the image is not being saved regularly... all data is stored in a neo4j database, so there's no need to save the image. It seems like it may have something to do with users uploading files in some particular moments, but I'm using Göran's file upload mechanism, in which files are

Re: [Pharo-users] Pharo 2 problems that prevent me from using it in production was Re: RFB on 2.0 + linux - semaphore primitive failed

2013-09-25 Thread Norbert Hartl
Am 25.09.2013 um 09:55 schrieb Marcus Denker marcus.den...@inria.fr: On Sep 25, 2013, at 9:11 AM, Norbert Hartl norb...@hartl.name wrote: I use it for remotely deployed images. Whenever a debugger opens I get an email, connect to the image and examine the problem, fix it and done.

Re: [Pharo-users] Pharo 2 problems that prevent me from using it in production was Re: RFB on 2.0 + linux - semaphore primitive failed

2013-09-25 Thread Denis Kudriashov
Hi Do you try tODE? (I'm not yet but I really want it) 2013/9/25 Norbert Hartl norb...@hartl.name Am 25.09.2013 um 09:55 schrieb Marcus Denker marcus.den...@inria.fr: On Sep 25, 2013, at 9:11 AM, Norbert Hartl norb...@hartl.name wrote: I use it for remotely deployed images. Whenever a

Re: [Pharo-users] Semantic web packages

2013-09-25 Thread Jesus Nuñez
What did happen to Helvetia? Sorry if I am an ignorant here but I think language boxes in Pharo; to interac, remarkably with Prolog, would be definitely a plus for semantic web development in Smalltalk. Cheers 2013/9/25 Norbert Hartl norb...@hartl.name Looking for semantic web tools I

Re: [Pharo-users] Semantic web packages

2013-09-25 Thread Jesus Nuñez
I'll try to elaborate but what I can say is only from my limited perspective. You can take it as an incomplete argument that needs much refinement, but could however serve as a seed for an upcoming idea. Search: After all we can see the entire web as a large graph which we seek to traverse,

Re: [Pharo-users] How to load seaside currently?

2013-09-25 Thread Stéphane Ducasse
On Sep 25, 2013, at 3:10 PM, Stephan Eggermont step...@stack.nl wrote: Hi Stef, I'm able to reproduce your problems, by not cleaning the packagecache. The new version of Grease-Pharo20-Core is pmm.1. Having a packagecache that contains versions that seem to be newer creates loading of

Re: [Pharo-users] Image taking up 100% CPU

2013-09-25 Thread Bernat Romagosa
I've just realised my image weighs 301Mb! 2013/9/25 Bernat Romagosa tibabenfortlapala...@gmail.com It's a Pharo 1.4 image on this VM: 'CoInterpreter VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 18 2012, StackToRegisterMappingCogit

[Pharo-users] NeoJSON mapping

2013-09-25 Thread Norbert Hartl
Is it possible to make a mapping for NeoJSON that an object shape maps to a different shape. I mean if it is possible to have a class with instVars: Foo +name +x +y that maps to { 'name' ; …, 'point' : { x : …, y : …. } } thanks, Norbert

Re: [Pharo-users] How to load seaside currently?

2013-09-25 Thread p...@highoctane.be
FWIW, that ConfigurationOfSeaside3 leads to all kinds of problems when coupled with MagritteMagic and TwitterBoostrap... The fact that those are loading Seaside30 on their own isn't helping... That name change may not have been the best thing (keeping 30 would have been better IMV). Callbacks

Re: [Pharo-users] Semantic web packages

2013-09-25 Thread Robert Shiplett
this sounds very much like a Squeak effort of mine in 1996 ;-) Have you looked at SOUL and Qsoul-era code of Roel Wuyts ? Some of that code was VW and Squeak as I recall. I hope you fare better than I did in comm telco setting where identifying resources should have been, err, of interest to

[Pharo-users] Snapshotcello Pharo 20: issues...

2013-09-25 Thread p...@highoctane.be
I am giving a shot at Snapshotcello since it looks like a superb solution for creating images properly from a complex configuration. From http://www.tudorgirba.com/blog/snapshotcello-take-a-snapshot-when-you-re-ready, I tried to craft a call for my configuration. I've loaded

Re: [Pharo-users] Image taking up 100% CPU

2013-09-25 Thread Paul DeBruicker
You might try it with Eliot Miranda's VM from here: http://www.mirandabanda.org/files/Cog/VM/ On 09/25/2013 08:59 AM, Bernat Romagosa wrote: It's a Pharo 1.4 image on this VM: 'CoInterpreter VMMaker-oscog-EstebanLorenzano.161 uuid: 8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul 18 2012,

[Pharo-users] Snapshotcello continued...

2013-09-25 Thread p...@highoctane.be
It looks like that the workingCopiesFromConfiguration gives a collection containing a nil val I copied the collection in to a temp var so that I could debug (workingCopies) When I do: workingCopies select: [ :each | each isNil ] -- an OrderedCollection(nil nil nil) Uh Oh... I've made some

Re: [Pharo-users] Snapshotcello Pharo 20: issues...

2013-09-25 Thread Stéphane Ducasse
this is strange since I could snapshot moose and synectique using it. I'm about to write a boring report so I'm not allowed to open Pharo right now. I am giving a shot at Snapshotcello since it looks like a superb solution for creating images properly from a complex configuration. From

Re: [Pharo-users] Semantic web packages

2013-09-25 Thread Jesus Nuñez
where is it?? 2013/9/25 Stéphane Ducasse stephane.duca...@inria.fr did you look at SOUL? Stef On Sep 25, 2013, at 9:15 PM, Jesus Nuñez poissonbrea...@gmail.com wrote: In my very first attempt, I tried to port a package which sounds to me like the one you describe. In the examples there

Re: [Pharo-users] Semantic web packages

2013-09-25 Thread Jesus Nuñez
OK I found it, I'll have a look 2013/9/25 Jesus Nuñez poissonbrea...@gmail.com where is it?? 2013/9/25 Stéphane Ducasse stephane.duca...@inria.fr did you look at SOUL? Stef On Sep 25, 2013, at 9:15 PM, Jesus Nuñez poissonbrea...@gmail.com wrote: In my very first attempt, I tried to

Re: [Pharo-users] Semantic web packages

2013-09-25 Thread Jesus Nuñez
In the section *SOUL versus PROLOG* of http://soft.vub.ac.be/Publications/2000/vub-prog-phd-00-02.pdf, the autor says: When switching from SOUL to Prolog, we actually extended the SOUL system to export all SOUL code in Prolog format. More recent versions of the SOUL system include an option to

Re: [Pharo-users] How to load seaside currently?

2013-09-25 Thread Stephan Eggermont
Philippe wrote: FWIW, that ConfigurationOfSeaside3 leads to all kinds of problems when coupled with MagritteMagic and TwitterBoostrap... The fact that those are loading Seaside30 on their own isn't helping... That name change may not have been the best thing (keeping 30 would have been better