Click here to Skip to main content
15,889,281 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionMoving Data within an Application Pin
AeroClassics12-Aug-13 12:05
professionalAeroClassics12-Aug-13 12:05 
AnswerRe: Moving Data within an Application Pin
jschell13-Aug-13 8:55
jschell13-Aug-13 8:55 
GeneralRe: Moving Data within an Application Pin
AeroClassics14-Aug-13 5:12
professionalAeroClassics14-Aug-13 5:12 
GeneralRe: Moving Data within an Application Pin
jschell15-Aug-13 8:55
jschell15-Aug-13 8:55 
AnswerRe: Moving Data within an Application Pin
Eddy Vluggen14-Aug-13 6:03
professionalEddy Vluggen14-Aug-13 6:03 
AnswerRe: Moving Data within an Application Pin
ExcellentOrg21-Aug-13 22:04
ExcellentOrg21-Aug-13 22:04 
QuestionHow to store huge binary files without Database Pin
Mercurius846-Aug-13 21:50
Mercurius846-Aug-13 21:50 
AnswerRe: How to store huge binary files without Database Pin
Pete O'Hanlon6-Aug-13 22:09
mvePete O'Hanlon6-Aug-13 22:09 
It wouldn't be hard for you to write one. I can't think of anything that fulfills this particular feature set out of the box, but what you have asked for isn't that complicated. Effectively, you'd just create a set of arrays and fill the arrays. Obviously, you couldn't hold all these arrays in memory at once, but it's easy enough for you to fill one, discard it before moving onto the next.

A couple of thoughts - because we don't know what platform you are going to be running this on, we can't get much more specific. If, however, you are going to be running it on a Vista or later operating system, take a look at the Kernel Transaction Manager as that will help you protect the integrity of the files as you write them out because you can use transactions to support your file write.

Oh, and whatever you do, make sure that the structures you save the files to get backed up regularly.

GeneralRe: How to store huge binary files without Database Pin
Mercurius846-Aug-13 22:22
Mercurius846-Aug-13 22:22 
AnswerRe: How to store huge binary files without Database Pin
jschell7-Aug-13 8:22
jschell7-Aug-13 8:22 
GeneralRe: How to store huge binary files without Database Pin
Mercurius847-Aug-13 17:43
Mercurius847-Aug-13 17:43 
GeneralRe: How to store huge binary files without Database Pin
Richard MacCutchan7-Aug-13 20:50
mveRichard MacCutchan7-Aug-13 20:50 
GeneralRe: How to store huge binary files without Database Pin
Mercurius847-Aug-13 22:11
Mercurius847-Aug-13 22:11 
GeneralRe: How to store huge binary files without Database Pin
jschell8-Aug-13 7:52
jschell8-Aug-13 7:52 
GeneralRe: How to store huge binary files without Database Pin
Mercurius8411-Aug-13 16:55
Mercurius8411-Aug-13 16:55 
GeneralRe: How to store huge binary files without Database Pin
jschell12-Aug-13 8:11
jschell12-Aug-13 8:11 
GeneralRe: How to store huge binary files without Database Pin
Mercurius8412-Aug-13 21:41
Mercurius8412-Aug-13 21:41 
GeneralRe: How to store huge binary files without Database Pin
Richard MacCutchan12-Aug-13 22:50
mveRichard MacCutchan12-Aug-13 22:50 
GeneralRe: How to store huge binary files without Database Pin
Keld Ølykke9-Aug-13 22:40
Keld Ølykke9-Aug-13 22:40 
GeneralRe: How to store huge binary files without Database Pin
Mercurius8411-Aug-13 17:08
Mercurius8411-Aug-13 17:08 
GeneralRe: How to store huge binary files without Database Pin
Keld Ølykke11-Aug-13 19:43
Keld Ølykke11-Aug-13 19:43 
GeneralRe: How to store huge binary files without Database Pin
jschell10-Aug-13 11:13
jschell10-Aug-13 11:13 
GeneralRe: How to store huge binary files without Database Pin
Mercurius8411-Aug-13 17:09
Mercurius8411-Aug-13 17:09 
GeneralRe: How to store huge binary files without Database Pin
jschell12-Aug-13 7:58
jschell12-Aug-13 7:58 
GeneralRe: How to store huge binary files without Database Pin
Mercurius8412-Aug-13 21:48
Mercurius8412-Aug-13 21:48 

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.