Subscribe

2023-08-24 Thread Todd Coram
Hello "Todd Coram" :-) You are now subscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

PilBox & Java object lifecycle

2023-08-24 Thread Todd Coram
Hi, I have a long running PilBox Android app that tends to just "crash" (with a "Webpage not Available... net:ERR_CONNECTION_REFUSED") after running for a few hours. At this point, the REPL is unresponsive at this point and nothing is in the PilBox log file. My app makes heavy use of Java call

Re: PilBox & Java object lifecycle

2023-08-24 Thread Todd Coram
I should be a little clearer: I "instantiate" dozens Java object every 5 seconds and wonder how Pilbox affects their life-cycle /todd On Thu, Aug 24, 2023, at 12:42 PM, Todd Coram wrote: > Hi, > I have a long running PilBox Android app that tends to just "crash" > (with a "Webpage not Avail

Re: PilBox & Java object lifecycle

2023-08-24 Thread Alexander Burger
Hi Todd, > I have a long running PilBox Android app that tends to just "crash" (with a > "Webpage not Available... net:ERR_CONNECTION_REFUSED") after running for a few > hours. At this point, the REPL is unresponsive at this point and nothing is in > the PilBox log file. I need PilBox open all da

Re: PilBox & Java object lifecycle

2023-08-24 Thread Todd Coram
Hi Alex, Fantastic language (Picolisp) and very, very useful port to Android. On Thu, Aug 24, 2023, at 2:15 PM, Alexander Burger wrote: > Is this is really the cause of the problem? Most java calls do not make a new > object each time, and stored in the hash map are not all involved objects, but