Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Performance / June 2006

Tip: Looking for answers? Try searching our database.

Alternative to Dataset??

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
amarjeetlokhande@gmail.com - 13 Jun 2006 17:04 GMT
Hi,
I am part of a team building a stock exchange software  - Order
Management system'.
The current system that we have supports 200,000 orders per day.
All of this data is needed in memory.Ofc ourse this system was built in
VC++.
what I want to know is :

-  Is there a alternative to storing data in dataset?
- this alternative doesnt have to be as flexible and as feature filled
as the dataset.
-can you suggest some ideas for the same.
I have been tinkering around with specifalised business objects and
using them to store the data.
- can someone suggest something which has a smaller memory footprint
Michael Nemtsev - 14 Jun 2006 18:28 GMT
Hello Amar,

Why not to use arrays for this?

A> Hi,
A> I am part of a team building a stock exchange software  - Order
A> Management system'.
A> The current system that we have supports 200,000 orders per day.
A> All of this data is needed in memory.Ofc ourse this system was built
A> in
A> VC++.
A> what I want to know is :
A> -  Is there a alternative to storing data in dataset?
A> - this alternative doesnt have to be as flexible and as feature
A> filled
A> as the dataset.
A> -can you suggest some ideas for the same.
A> I have been tinkering around with specifalised business objects and
A> using them to store the data.
A> - can someone suggest something which has a smaller memory footprint
A>
---
WBR,
Michael  Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
vMike - 15 Jun 2006 18:38 GMT
> Hi,
> I am part of a team building a stock exchange software  - Order
[quoted text clipped - 11 lines]
> using them to store the data.
> - can someone suggest something which has a smaller memory footprint

Your might check this out
http://aspnet.4guysfromrolla.com/articles/102302-1.aspx make sure to look at
part 2 also.
You can store the arraylist in cache also.
Another alternative is a datareader.
Greg Young - 16 Jun 2006 08:14 GMT
I actually store realtime data for a stock exchange in memory for one of my
systems. I store everything in typed objects, I have alot of optimized
caching etc for it.

Just to give you an idea my major objects are.

Exchange
Ticker
   OrderBook (special collection of book items)
   TradeContainer (queue containing last n trades)
BookItem (some derive from here)
Trade

If you send me more on your specific problem space offline I might be able
to give you more specific advice.

Cheers,

Greg Young
MVP - C#
http://codebetter.com/blogs/gregyoung

> Hi,
> I am part of a team building a stock exchange software  - Order
[quoted text clipped - 11 lines]
> using them to store the data.
> - can someone suggest something which has a smaller memory footprint

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.