Re: CGI's on a linux server

2008-03-11 Thread Björnke von Gierke
you need to manually (codially?) close every stack that you open in a cgi, otherwise you get that error. On 12 Mar 2008, at 02:21, Michael Doub wrote: I have been able to install the current engine on my ISP's linux server in cgi-bin and am able to run the simple hello world script. I am no

Re: CGI's on a linux server

2008-03-11 Thread Richard Gaskin
Björnke von Gierke wrote: you need to manually (codially?) close every stack that you open in a cgi, otherwise you get that error. On 12 Mar 2008, at 02:21, Michael Doub wrote: I have been able to install the current engine on my ISP's linux server in cgi-bin and am able to run the simple

RE: CGI's on a linux server

2008-03-12 Thread Michael Doub
cgiOutput handler is identical in both cases except that in the failing case it is in a library stack vs being included in the same script. -Original Message- From: Richard Gaskin [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 2:25 AM To: How to use Revolution Subject: Re:

Re: CGI's on a linux server

2008-03-12 Thread Björnke von Gierke
case it is in a library stack vs being included in the same script. -Original Message- From: Richard Gaskin [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 2:25 AM To: How to use Revolution Subject: Re: CGI's on a linux server Björnke von Gierke wrote: you need to manually (codial

Re: CGI's on a linux server

2008-03-12 Thread Richard Gaskin
Björnke von Gierke wrote: Yes start using "only" starts using the stack, but what makes you think the stack is not in memory while being in use? If you want to use stacks in cgi's, you need to make sure they all close before the cgi quits. Anything in use is in memory, but a stack in use t

Re: CGI's on a linux server

2008-03-12 Thread Björnke von Gierke
There are many differences between using the engine as a CGI and as a normal GUI app, but at least in my tests on Linux at Dreamhost with v2.9 it seems that termination does the sort of memory cleanup we'd expect. Ah, good to know, thanks for testing it. -- official ChatRev page: http://

Re: CGI's on a linux server

2008-03-12 Thread Andre Garzia
Michael, did you solved this? I suspect that the permissions are wrong, or that the stackfile format is wrong. The correct permission is 755. I don't think the rockets cgi stackfile is saved in the new format, just in case, I've uploaded new version that I am sure is in the old stack file format.

RE: CGI's on a linux server

2008-03-12 Thread Michael Doub
PROTECTED] Sent: Wednesday, March 12, 2008 4:05 PM To: How to use Revolution; Michael Doub Subject: Re: CGI's on a linux server Michael, did you solved this? I suspect that the permissions are wrong, or that the stackfile format is wrong. The correct permission is 755. I don't think t