Re: PicoLisp Docker container

2016-06-08 Thread Henrik Sarvell
My experience with LXC is that they work just like a typical VM but being a container they're faster and easier to handle. We've split up our database over 10 LXC containers running MySQL, works great. Caveat, we're using Ubuntu, I've gotten the impression that LXC is a bit harder to setup in

Re: PicoLisp Docker container

2016-06-03 Thread David Bloom
I've got Triton elastic container infrastructure in mind in particular. All of the security of Solaris zones plus tiny PicoLisp containers distributed over multiple servers with distributed storage = a very intriguing platform. I'm curious to hear about your experiences with LXC Henrik and thank

Re: PicoLisp Docker container

2016-05-31 Thread Henrik Sarvell
I've got quite a lot of experience with LXC, can recommend highly if Docker doesn't cut it. On Sun, May 29, 2016 at 7:52 PM, David Bloom wrote: > Hello List, > > I'm trying to make a PicoLisp container for development and scaling of > PicoLisp applications. At first I

Re: PicoLisp Docker container

2016-05-30 Thread Mike Pechkin
and ideone.com have a special minipicolisp version, without IO, networking, utf8, bignum, db, and etc. perfect fro embedded beasts. On Mon, May 30, 2016 at 9:03 PM, Mike wrote: > also try add to glot.io > >

Re: PicoLisp Docker container

2016-05-30 Thread Alexander Burger
Hi David, Rick, On Sun, May 29, 2016 at 03:08:06PM -0400, Rick Hanson wrote: > On Sun, May 29, 2016 at 1:52 PM, David Bloom wrote: > > ~/picoLisp/src $ make --version > > GNU Make 4.1 > > ... > > --- > > ~ $ cd picoLisp/src64/ > >

Re: PicoLisp Docker container

2016-05-30 Thread Mike Pechkin
try this or use irc http://www.mail-archive.com/picolisp@software-lab.de/msg05829.html On Sun, May 29, 2016 at 8:52 PM, David Bloom wrote: > Hello List, > > I'm trying to make a PicoLisp container for development and scaling of > PicoLisp applications. At first I tried

Re: PicoLisp Docker container

2016-05-29 Thread Rick Hanson
On Sun, May 29, 2016 at 1:52 PM, David Bloom wrote: > Hello List, Hello David! > I'm trying to make a PicoLisp container for development and scaling of > PicoLisp applications. At first I tried compiling within an Alpine Linux > container and got musl errors, then tried in a

Re: PicoLisp Docker container

2016-05-29 Thread Vidyuth Kini
Very cool project. I have had an eye on doing this too. Sent using Notion On May 29, 2016 at 11:52 AM, David Bloom wrote: Hello List, I'm trying to make a PicoLisp container for development and scaling of PicoLisp applications. At first I tried