Click here to Skip to main content
15,897,718 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Data collection and mapping Pin
Pete O'Hanlon11-Jul-07 10:53
mvePete O'Hanlon11-Jul-07 10:53 
QuestionMalloc & Page File Pin
Mr Simple9-Jul-07 9:59
Mr Simple9-Jul-07 9:59 
AnswerRe: Malloc & Page File Pin
Mr Simple9-Jul-07 10:03
Mr Simple9-Jul-07 10:03 
GeneralRe: Malloc & Page File Pin
Luc Pattyn9-Jul-07 10:11
sitebuilderLuc Pattyn9-Jul-07 10:11 
GeneralRe: Malloc & Page File Pin
Mr Simple9-Jul-07 22:10
Mr Simple9-Jul-07 22:10 
GeneralRe: Malloc & Page File Pin
Luc Pattyn10-Jul-07 0:50
sitebuilderLuc Pattyn10-Jul-07 0:50 
GeneralRe: Malloc & Page File Pin
Mr Simple10-Jul-07 5:19
Mr Simple10-Jul-07 5:19 
GeneralRe: Malloc & Page File Pin
Dan Neely10-Jul-07 5:37
Dan Neely10-Jul-07 5:37 
I hope you're running it on a system with high speed hardrives or a RAID array. A 7200RPM drive only has a sustained transfer rate of 66mbps. You'd either need a raid array striped over 2+ disks (with a real hardware controller) or a 15k RPM drive to hit 106mpbs sustained. If you're doing reads and writes concurrently seek time will lower the maximum throughput farther.


--
You have to explain to them [VB coders] what you mean by "typed". their first response is likely to be something like, "Of course my code is typed. Do you think i magically project it onto the screen with the power of my mind?" --- John Simmons / outlaw programmer

GeneralRe: Malloc & Page File Pin
Mr Simple10-Jul-07 5:44
Mr Simple10-Jul-07 5:44 
GeneralRe: Malloc & Page File Pin
Dan Neely10-Jul-07 7:09
Dan Neely10-Jul-07 7:09 
AnswerRe: Malloc & Page File Pin
Stephen Hewitt9-Jul-07 14:07
Stephen Hewitt9-Jul-07 14:07 
AnswerRe: Malloc & Page File Pin
Emmanouil12-Jul-07 3:22
Emmanouil12-Jul-07 3:22 
GeneralRe: Malloc & Page File Pin
Luc Pattyn12-Jul-07 7:27
sitebuilderLuc Pattyn12-Jul-07 7:27 
GeneralRe: Malloc & Page File Pin
Emmanouil12-Jul-07 7:58
Emmanouil12-Jul-07 7:58 
QuestionYour help is greatly appreciated Pin
columbiasmiles9-Jul-07 7:30
columbiasmiles9-Jul-07 7:30 
Questionadding elements in alphabetical order to a hashtable that deals with collisions using java Pin
claudinawales8-Jul-07 23:28
claudinawales8-Jul-07 23:28 
AnswerRe: adding elements in alphabetical order to a hashtable that deals with collisions using java Pin
Luc Pattyn9-Jul-07 10:56
sitebuilderLuc Pattyn9-Jul-07 10:56 
QuestionEncrypting data in a database Pin
jlebensold5-Jul-07 20:37
jlebensold5-Jul-07 20:37 
AnswerRe: Encrypting data in a database Pin
Paul Conrad4-Nov-07 7:08
professionalPaul Conrad4-Nov-07 7:08 
GeneralRe: Encrypting data in a database Pin
jlebensold5-Nov-07 20:02
jlebensold5-Nov-07 20:02 
QuestionObscenely amount of data Pin
minimice5-Jul-07 20:24
minimice5-Jul-07 20:24 
AnswerRe: Obscenely amount of data Pin
originSH5-Jul-07 22:23
originSH5-Jul-07 22:23 
AnswerRe: Obscenely amount of data Pin
Brady Kelly5-Jul-07 22:26
Brady Kelly5-Jul-07 22:26 
GeneralRe: Obscenely amount of data Pin
minimice5-Jul-07 23:20
minimice5-Jul-07 23:20 
GeneralRe: Obscenely amount of data Pin
Brady Kelly8-Jul-07 23:28
Brady Kelly8-Jul-07 23:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.