Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Re: Is it always possible to write a COBOL program using only 1 sentence per paragraph?
Based on information that seems to be between the lines in this thread, the
concept of "module" seems to include both instruction information and data
information, treated as a logical unit which as a whole is either in memory
or it is not.   That's a particular implementation approach, but it is not
an approach that applies to all environments.  In our environment, "virtual
memory swaps" take place *only* for data; there is never a need to write
object code back out to disk; and there's a whole suite of mechanisms that
fine-tune how sticky a particular piece of (code or data) information needs
to be and how readily its space can be reused for something else.    Code
gets read in if it's not there when somebody goes to it or performs it; it
gets marked absent if the system decides it needs the space; but it never
gets written back out.  Thus, the concept of binding code to data in some
way may be a really useful and productive concept in designing an
application, but it doesn't necessarily require that the underlying hardware
platform actually act that way.

(no more below)

-Chuck Stevens

"Howard Brazee" <howard@brazee.net> wrote in message
news:dbogo5$k74$1@peabody.colorado.edu...
>
> On 21-Jul-2005, "Chuck Stevens" <charles.stevens@unisys.com> wrote:
> 
by 
will 
ordinarily 
what 
>
> Sometimes compilers for supercomputers actually take code and make
multiple
> copies - which are executed simultaneously.
>
> But those computers are designed to avoid virtual memory swaps as much as
> possible.
>
> 
never 
>
> VM machines have various degrees of smarts and successes.   The easiest
thing to
> do is to swap a whole program out when memory is needed by another
program.
> But if it has control over various modules, it can be smarter about just
> swapping out enough modules to free up the required amount of memory.
On the
> other hand - if it picks the small modules to swap out - programs with
small
> modules will be the ones that are slowed down when this happens.



Report this thread to moderator Post Follow-up to this message
Old Post
Chuck Stevens
07-26-05 03:01 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Cobol archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 06:31 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.