Re: Solved: Tell mechanism issue (perhaps OT)

2014-08-07 Thread Alexander Burger
Hi Jorge, I’m getting pids well above 64k on my laptop (OS X). Oops. I see. Hmm ... -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Solved: Tell mechanism issue (perhaps OT)

2014-08-07 Thread Henrik Sarvell
Hi Jorge, how much RAM does it have, is it a 64bit machine? I have checked the number Alex mentioned on some of our servers, all running Ubuntu 12.04, servers below 64GB RAM have that number set to 32768 per default, machines with 128GB got 98304. On Thu, Aug 7, 2014 at 12:49 PM, Jorge Acereda

Re: Solved: Tell mechanism issue (perhaps OT)

2014-08-07 Thread Henrik Sarvell
Jorge, forget that question, I just got told that osx only have the 32bit version. On Thu, Aug 7, 2014 at 1:09 PM, Henrik Sarvell hsarv...@gmail.com wrote: Hi Jorge, how much RAM does it have, is it a 64bit machine? I have checked the number Alex mentioned on some of our servers, all running

Re: Solved: Tell mechanism issue (perhaps OT)

2014-08-07 Thread Jorge Acereda Maciá
It’s a 64bit 8 GB machine. BSDs work differently: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/basics-processeshtml Maximum seems to be 9, at least on FreeBSD. On 06 Aug 2014, at 23:09, Henrik Sarvell hsarv...@gmail.com wrote: Hi Jorge, how much RAM does it have, is it a

Re: Solved: Tell mechanism issue (perhaps OT)

2014-08-07 Thread Alexander Burger
On Thu, Aug 07, 2014 at 01:19:16PM +0700, Henrik Sarvell wrote: Jorge, forget that question, I just got told that osx only have the 32bit version. Yes, but the question is valid. The machine itself might be 64-bit with a large RAM, and many processes, still running pil32. ♪♫ Alex --

Re: Solved: Tell mechanism issue (perhaps OT)

2014-08-07 Thread Jorge Acereda Maciá
Oh, you mean the 32 bit version of pico lisp? Thats right… On 06 Aug 2014, at 23:23, Jorge Acereda Maciá jacer...@gmail.com wrote: It’s a 64bit 8 GB machine. BSDs work differently: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/basics-processeshtml Maximum seems to be 9, at

Re: Solved: Tell mechanism issue (perhaps OT)

2014-08-07 Thread Alexander Burger
On Thu, Aug 07, 2014 at 08:01:50AM +0200, Alexander Burger wrote: Hi Jorge, I’m getting pids well above 64k on my laptop (OS X). OK Fixed pil32 too. I hope I didn't break anything. Tests are welcome! I've uploaded a new version to http://software-lab.de/picoLisp.tgz ♪♫ Alex --

Re: Solved: Tell mechanism issue (perhaps OT)

2014-08-07 Thread Alexander Burger
Hi all, On Thu, Aug 07, 2014 at 09:00:21AM +0200, Alexander Burger wrote: Fixed pil32 too. I hope I didn't break anything. Tests are welcome! For the records: The handling of PIDs in both the 32-bit and the 64-bit versions of PicoLisp itself was never a problem. They are handled in full

Implementation Education

2014-08-07 Thread Alabhya Singh
To be able to use a language with utmost confidence one should be able to understand its implementation so much so as to be able to implement it and maintain it. This I am saying from my experience in maintaining my Porteus Linux system. PicoLisp matches Porteus in many ways, minimalist, easy

Re: Implementation Education

2014-08-07 Thread Henrik Sarvell
Hi Alabhya, if I were you I would learn enough C to understand the pil32 source and then go through it. On Thu, Aug 7, 2014 at 4:00 PM, Alabhya Singh alab...@yahoo.com wrote: To be able to use a language with utmost confidence one should be able to understand its implementation so much so as

Re: Implementation Education

2014-08-07 Thread Alabhya Singh
Thanks Henrik. May be because pil32 and C are simpler than pil64 and assembly respectively.

Re: Implementation Education

2014-08-07 Thread Henrik Sarvell
Perhaps not simpler but my thinking is that it's probably easier to find resources on C plus getting to know C better might have higher utility than assembly. On Thu, Aug 7, 2014 at 4:44 PM, Alabhya Singh alab...@yahoo.com wrote: Thanks Henrik. May be because pil32 and C are simpler than

Re: Implementation Education

2014-08-07 Thread Joe Bogner
Hi Alabhya, I would also suggest starting with miniPicoLisp.- http://software-lab.de/miniPicoLisp.tgz Check out the docs: http://picolisp.com/wiki/?Documentation Specifically, the reference: http://software-lab.de/doc/ref.html#vm You may need to read it over several times. I've probably read

Frameset errors in doc/index.html

2014-08-07 Thread Jon Kleiser
Hi Alex, I use the frame-based solution for doc lookup (index.html by me), here http://www.software-lab.de/doc/, quite a lot, but for some time now I have noticed that some modern browsers (eg. Chrome, Safari) are complaining about (my) JavaScript code. I have not yet been able to find out

Re: Frameset errors in doc/index.html

2014-08-07 Thread Alexander Burger
Hi Jon, I use the frame-based solution for doc lookup (index.html by me) Me too :) !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Frameset//EN http://www.w3.org/TR/html4/frameset.dtd” Thanks! I've incorporated it into the release. ♪♫ Alex -- UNSUBSCRIBE:

Re: Implementation Education

2014-08-07 Thread Alabhya Singh
Dear Joe, Thank you for your valuable suggestion to start with even smaller PicoLisp. Our definitions/plans/projects: http://sparksoflove.cwahi.net/dpp On Thu, 8/7/14, Joe Bogner joebog...@gmail.com wrote: Subject: Re: Implementation Education

Re: Frameset errors in doc/index.html

2014-08-07 Thread Henrik Sarvell
I see no JS errors in the console of FF 22 and Chrome 33. On Thu, Aug 7, 2014 at 6:28 PM, Alexander Burger a...@software-lab.de wrote: Hi Jon, I use the frame-based solution for doc lookup (index.html by me) Me too :) !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Frameset//EN

Re: Solved: Tell mechanism issue (perhaps OT)

2014-08-07 Thread Henrik Sarvell
The fix has been running now for roughly 24 hours with PIDs both below and above 16bit with roughly 2-30 requests per second depending on the hour, works flawlessly. One reset from 98304 to 300 has already happened without issues. Using pil64. On Thu, Aug 7, 2014 at 2:19 PM, Alexander Burger