Re: [Pharo-users] Pharo - database without database

2015-09-30 Thread adam
Hello, looking forward to use it :) Adam. Dne Po 28. září 2015 16:38:58, Dale Henrichs napsal(a): > Adam, > > Keep an eye on the GLASS list[1] for an upcoming (within 2 months - I > promise:) announcement about GsDevKit_home (not to be confused with > gsDevKitHome:)... as it will provide much n

Re: [Pharo-users] Pharo - database without database

2015-09-28 Thread stepharo
Mariano soon with spur 64bits we will see :) Le 28/9/15 14:57, Mariano Martinez Peck a écrit : On Mon, Sep 28, 2015 at 7:17 AM, Stephan Eggermont > wrote: On 27-09-15 18:47, Adam wrote: 1) Object memory limit: Current object memory of Pharo is l

Re: [Pharo-users] Pharo - database without database

2015-09-28 Thread Dale Henrichs
Adam, Keep an eye on the GLASS list[1] for an upcoming (within 2 months - I promise:) announcement about GsDevKit_home (not to be confused with gsDevKitHome:)... as it will provide much needed support for creating/starting/managing multiple GemStone stones If you are interested in working

Re: [Pharo-users] Pharo - database without database

2015-09-28 Thread Adam
Hello, Yes, I was confused by some old discussion. New licence is different. Thanks for correction. Adam. Dne Po 28. září 2015 12:17:19, Stephan Eggermont napsal(a): > On 27-09-15 18:47, Adam wrote: > > 1) Object memory limit: Current object memory of Pharo is limited to 4GB. > > Free version o

Re: [Pharo-users] Pharo - database without database

2015-09-28 Thread Mariano Martinez Peck
On Mon, Sep 28, 2015 at 7:17 AM, Stephan Eggermont wrote: > On 27-09-15 18:47, Adam wrote: > >> 1) Object memory limit: Current object memory of Pharo is limited to 4GB. >> Free >> version of GemStone/S is also limited to 4GB, so I would rather stick with >> Pharo until I reach this level. And in

Re: [Pharo-users] Pharo - database without database

2015-09-28 Thread Stephan Eggermont
On 27-09-15 18:47, Adam wrote: 1) Object memory limit: Current object memory of Pharo is limited to 4GB. Free version of GemStone/S is also limited to 4GB, so I would rather stick with Pharo until I reach this level. And in the future this limit grow due to 64bit version of VM. The information

Re: [Pharo-users] Pharo - database without database

2015-09-28 Thread Adam
Hello, it is true: http://book.seaside.st/book/advanced/persistency Thank You very much. Adam Dne Po 28. září 2015 08:50:28, stepharo napsal(a): > If I'm correct we wrote about it on the seaside book > http://book.seaside.st > > Le 27/9/15 20:23, Adam a écrit : > > Hello, > > > > thank You for

Re: [Pharo-users] Pharo - database without database

2015-09-27 Thread stepharo
If I'm correct we wrote about it on the seaside book http://book.seaside.st Le 27/9/15 20:23, Adam a écrit : Hello, thank You for great hints. I will look at this. Have a nice day, Adam. Dne Ne 27. září 2015 19:16:10, p...@highoctane.be napsal(a): Adam, SandstoneDb may be of interest to

Re: [Pharo-users] Pharo - database without database

2015-09-27 Thread Adam
Hello, thank You for great hints. I will look at this. Have a nice day, Adam. Dne Ne 27. září 2015 19:16:10, p...@highoctane.be napsal(a): > Adam, > > SandstoneDb may be of interest to you: > > http://www.smalltalkhub.com/#!/~gnaritas/SandstoneDb > "SandstoneDb is a lightweight Prevayler sty

Re: [Pharo-users] Pharo - database without database

2015-09-27 Thread p...@highoctane.be
Adam, SandstoneDb may be of interest to you: http://www.smalltalkhub.com/#!/~gnaritas/SandstoneDb "SandstoneDb is a lightweight Prevayler style embedded object database with an ActiveRecord API that doesn't require a command pattern and works for small apps that a single Squeak image can handle.

[Pharo-users] Pharo - database without database

2015-09-27 Thread Adam
Hello, I was wondering if it is possible for Pharo to load lots of data and query them without using external DB, just using object memory. Well, someting like GemStone/S, but not so sophisticated. I did some research so here is details what I found. I would appreciate if someone can tell me i