Starting an Application

Tech-Archive recommends: Fix windows errors by optimizing your registry



I am storing application data as a byte array in my database. In this case
the application is a Media Player file of the form c:\medialfiles\file1.wmv.
I guess the question could also apply to application files of form .doc or
..xls, etc. What I would like to know is that when I recover the byte array
from my server containing the serialized file contents, do I have to stream
back to a file on disk to enable the parent application to run it or can I
somehow avoid disk operation and activate the application form the file
contents in memory in the form of a memorystream or some other in memory
format. Can I avoid having to stream my application file back to disk and
still have my parent application load it?

Thanks,
Fred Herring
.



Relevant Pages

  • Re: Where is this array stored in memory?
    ... how the array is declared and what statements do the allocation. ... The possible relevance is that sometimes dynamically allocating ... arrays can help by using only as much memory as the particular ... > wrote the array on disk after each iteration, ...
    (comp.lang.fortran)
  • Re: Memory Useage
    ... the disk using sequential_io. ... and an array is then created based on how ... the size of the largest variant much larger than the size of the most ... This increases memory overhead by allocating more blocks from the heap, ...
    (comp.lang.ada)
  • Re: ForwardOnlyMemoryStream?
    ... array it's using for storage, so it would have to create a new array and copy the remaining data to it. ... This could cause even more memory problems than you have now... ... I would suggest that you make your own stream reader class that uses a large buffer, that way you reduce the frequency of the disk access while keeping the memory usage at a controllable level. ... that someone else had already done a smarter memory stream. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Memory Useage
    ... the disk using sequential_io. ... and an array is then created based on how ... I don't know about ObjectAda, but in GNAT the Node_Array would have a size that lets you store the largest variant in every array element, while the Node_Type objects stored in the sequential_io file probably use only as much file-space as the actual variant of each object requires. ... This increases memory overhead by allocating more blocks from the heap, but it may reduce the overall memory requirement if the largest variant of Node_Type is much larger than the average variant. ...
    (comp.lang.ada)
  • Re: Need feedback on the A5200 storage array....
    ... they don't have the money for a big Hitachi array or a fast FC array with ... Use RAID5 on that kind of hardware. ... ten years or so) that had internal RAID5 controllers. ... I can't simply yank a disk and read its ...
    (comp.unix.solaris)