Error - template LAYOUT-DATA-WRAPPER not found

A configuration error was detected in the CGI script; the LAYOUT-DATA-WRAPPER template could not be found.

Error - template STYLE-SHEET not found

A configuration error was detected in the CGI script; the STYLE-SHEET template could not be found.

Error - template SUB-TOP-BANNER not found

A configuration error was detected in the CGI script; the SUB-TOP-BANNER template could not be found.
Subject:
From:
"Roy Schriftman, MS, MBA" <[log in to unmask]>
Reply To:
PCSOFT - PC software discussion list <[log in to unmask]>
Date:
Tue, 28 Apr 1998 13:26:19 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (38 lines)
At 12:10 AM 4/28/98 -0400, you wrote:
>Can someone expand on what the stack setting is all about..???
>thanks,
>Dave Hurst
>
A stack comes from recursive and re-entrant program routines. as an example,
in the program main & subroutine sub

main()
{
char A;
sub();
}

sub()
{
char A;
sub();
}

The variable A is allocated in a memory stack each time the subroutine is
called.  In the above case an infinite number of times.  The stacks
configuration command puts a limit on this process and the program will
crash when the limit is exceeded.

Think of the stack as each time a process is started it takes a new piece
of paper from the stack to record any data unique to the process.  The
stack is the number of pieces of paper you start with.



Roy G. Schriftman, MS-Mathematics, MBA-Finance
Office 215-596-8935 - Whitecar 210-L
Home 215-635-1720
E-Mail [log in to unmask]
FAX 215-895-1100
icq #6705829 - jusAhack

ATOM RSS1 RSS2

LISTSERV.ICORS.ORG Secured by F-Secure Anti-Virus CataList Email List Search Powered by LISTSERV