Re: inputing, paging, sorting, a large text file

Tech-Archive recommends: Speed Up your PC by fixing your registry



On Jun 7, 9:51 pm, "JJ" <a...@xxxxxxx> wrote:
Is there a limit to how large the datatable can be within a Session
variable? We're talking a 3000 line tab delimited text file here.


It depends on the web server's memory. Storing large objects in a
user's session is maybe not always a good idea because of performance
but storing and reloading data from memory will be faster than any
other method.

.



Relevant Pages

  • Re: performance and memory usage.
    ... you're just storing a lot of data. ... 1- Is there a more efficient way of storing this in memory, ... The only difference is that in Java, objects carry an additional 8 bytes ... You should, ideally, use a database for storing large data sets. ...
    (comp.lang.java.programmer)
  • aspnet_state.exe Internals Info Needed
    ... I noticed when storing large amounts of information in the StateServer ... Service that this does not increase in size, the worker process itself seems ... I thought the State Server actually stored the session data itself, ... seem from my example that this is not the case and that the memory space ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: A challenging file to parse
    ... algorithm problem and found a Orun-time and Omemory solution, ... Do the same thing, but when storing in an array, store it at ...
    (comp.lang.c)
  • Re: A challenging file to parse
    ... memory and I see no strategy where I can hold a subset of lines in ... this time ignoring the first 0.5MB from each ... line, storing the next 0.5MB, and ignoring the tails. ... Write that second batch out, rewind, rinse, and repeat. ...
    (comp.lang.c)
  • Re: Security of data in memory
    ... > I have a unix program that reads in an encrypted file, decrypts it and ... > prior to exiting, not storing any of the data in a temporary file, etc. ... Storing it "in memory" risks having it written out to swap, ...
    (SecProg)