CGI's on a linux server

Richard Gaskin ambassador at fourthworld.com
Wed Mar 12 02:25:22 EDT 2008


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 hello world script.  I am now  
>> trying
>> to take the next step in having my script "start using" another  
>> stack but I
>> am having difficulties.
>>
>> #!revolution
>>
>> global gDataA
>>
>> on startup
>>
>>  start using stack "rocketscgi.rev"
>>


Since he never really opens the stack per se, but loads it into memory 
with "start using", does he have to use the "close" command or should he 
use "stop using"?

-- 
  Richard Gaskin
  Managing Editor, revJournal
  _______________________________________________________
  Rev tips, tutorials and more: http://www.revJournal.com



More information about the use-livecode mailing list