Re: GC, Windows or Design problem?
- From: "Willy Denoyette [MVP]" <willy.denoyette@xxxxxxxxxx>
- Date: Fri, 20 May 2005 13:48:10 +0200
"Tamir Khason" <tamir-NOSPAM@xxxxxxxxxxxxxxxxx> wrote in message
news:ude%23gpSXFHA.3340@xxxxxxxxxxxxxxxxxxxxxxx
> My object is CollectionBase collection of rather big structures, where
> serialized in server (4xXeon, 5G) and should be deserialized on client...
> Those I can not use it as stream, I need an enumeration
>
How did you manage to 'serialize' such big collection of big structures on
the server? Did you use C# (or any other managed code) to do this on the
server?
If the server runs 32 bit windows (the number of CPU's is not relevant here)
it's simply not possible that this was one single collection.
IMO the data in the file is binary data (large structures) produced by a non
..NET program, please correct me if I'm wrong. If that's the case you should
just read the binary structures from disk and store the data in separate
objects. Note however that it wont be possible to read all the data
structures in memory at once, and that it won't be possible to store all the
objects in a collection either.
Willy.
.
- Follow-Ups:
- Re: GC, Windows or Design problem?
- From: Tamir Khason
- Re: GC, Windows or Design problem?
- References:
- GC, Windows or Design problem?
- From: Tamir Khason
- Re: GC, Windows or Design problem?
- From: Willy Denoyette [MVP]
- Re: GC, Windows or Design problem?
- From: Tamir Khason
- GC, Windows or Design problem?
- Prev by Date: Re: Anchor links in Control
- Next by Date: Re: loading strings
- Previous by thread: Re: GC, Windows or Design problem?
- Next by thread: Re: GC, Windows or Design problem?
- Index(es):
Relevant Pages
|