Re: How to remove blanks at runtime??



Following on from 's message. . .
Thanks.

Is there any performance impact or server overloading if I use output
buffering??

Does it take more resources (cpu, ram)??
No there is absolutely no overhead when buffering and processing the buffer. Why should that be? It's not as if you're using RAM or CPU cycles.



If you're generating the output dynamically then clear out those spaces in the source code.

If you are just serving HTML then tidy up the original HTML once.


--
PETER FOX Not the same since the e-commerce business came to a .
peterfox@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
2 Tees Close, Witham, Essex.
Gravity beer in Essex <http://www.eminent.demon.co.uk>
.



Relevant Pages

  • Re: running Linux with no swap space (but lots of RAM)
    ... The buffering logic ... | into memory. ... Reading is does not create the same situation as writing out. ... By that time a huge amount of RAM is ...
    (comp.os.linux.development.system)
  • Re: disk or RAM
    ... run a benchmark to prove the mettle of his machine, ... an "old timer" might tell you the buffer in RAM is simply a multiple of the record blocking of the data file which is largely determined by the track/sector mapping of the particular disk. ... If the file was read sequentially it was necessary to provide enough buffering that the disk read could stay a block or two ahead of the sequential read through the buffer in RAM - most times 3-4 blocks worth of buffering was enough for each file being processed sequantially. ...
    (comp.lang.java.help)
  • Re: MALLOC
    ... This also makes it nearly impossible to use 1GB of RAM, because that 1GB has to be ... buffering using only 128K buffers, (64K each channel, CD-audio quality, 44.1K samples per ... >the pci card has a plx chip which provides dma facilty for data transfer. ... >i have input audio files i need to read the data from the files and store the audio data in an buffer. ...
    (microsoft.public.vc.mfc)
  • Re: Memory Stick Life Span
    ... > files in a single directory, reads ... > and writes can become extremely slow if unlike Windows, real RAM ... > isn't used for directory buffering. ... Fragmentation exists in both disk and solid state memory, ...
    (rec.photo.digital)
  • Re: Memory Stick Life Span
    ... RAM shouldn't, except for one thing. ... If a camera stores too many ... files in a single directory, reads ... isn't used for directory buffering. ...
    (rec.photo.digital)

Loading