Click here to Skip to main content
15,898,538 members
Home / Discussions / C#
   

C#

 
GeneralRe: Memory Managment Pin
PaleyX11-Jan-05 9:04
PaleyX11-Jan-05 9:04 
GeneralRe: Memory Managment Pin
Salil Khedkar11-Jan-05 18:31
Salil Khedkar11-Jan-05 18:31 
Generaln a very big problem with winforms Pin
WDI11-Jan-05 7:59
WDI11-Jan-05 7:59 
GeneralRe: n a very big problem with winforms Pin
Nick Parker11-Jan-05 8:08
protectorNick Parker11-Jan-05 8:08 
GeneralRe: n a very big problem with winforms Pin
Jesse Squire11-Jan-05 9:23
Jesse Squire11-Jan-05 9:23 
GeneralRe: n a very big problem with winforms Pin
Nick Parker11-Jan-05 10:13
protectorNick Parker11-Jan-05 10:13 
GeneralRe: n a very big problem with winforms Pin
mav.northwind13-Jan-05 8:51
mav.northwind13-Jan-05 8:51 
GeneralRAM disk Pin
Grimolfr11-Jan-05 7:13
Grimolfr11-Jan-05 7:13 
I'm currently working on a project using a third-party tool. All of the data I'm working with is handled via MemoryStream for the most part, and in most cases need never be written to disk. (Completed document is streamed to the browser, then the stream discarded.)

Unfortunately, the 3rd-party tool I'm using only operates on files (both input and output.) I'd like to avoid having temp files everywhere if at all possible.

Is there any way through .Net that I can create an old-fashioned RAM disk to do this processing on? It'd be even better if there were a way to have a FAT record point to a memory buffer that already exists instead of having to actually duplicate the data on the RAM disk, but even that's preferable to actual disk I/O.

Thanks for whatever pointers anyone can give me.

(BTW, for those who're interested, or if it makes a difference, the 3rd-party tool I'm working with is GhostScript.)


Grim
(aka Toby)
MCDBA, MCSD, MCP+SB


SELECT * FROM user WHERE clue IS NOT NULL
GO
(0 row(s) affected)

GeneralRe: RAM disk Pin
benjymous12-Jan-05 1:25
benjymous12-Jan-05 1:25 
GeneralRe: RAM disk Pin
Grimolfr12-Jan-05 4:39
Grimolfr12-Jan-05 4:39 
Generalscan Network Pin
realmontanakid11-Jan-05 6:33
realmontanakid11-Jan-05 6:33 
GeneralRe: scan Network Pin
Salil Khedkar11-Jan-05 18:33
Salil Khedkar11-Jan-05 18:33 
GeneralRe: scan Network Pin
realmontanakid12-Jan-05 5:08
realmontanakid12-Jan-05 5:08 
GeneralRe: scan Network Pin
Salil Khedkar12-Jan-05 18:18
Salil Khedkar12-Jan-05 18:18 
GeneralSetting Datgrid Columns width for Pocket PC Pin
Memor11-Jan-05 6:32
Memor11-Jan-05 6:32 
QuestionHow to hide a inherited method or property? Pin
Wender Oliveira11-Jan-05 5:52
Wender Oliveira11-Jan-05 5:52 
AnswerRe: How to hide a inherited method or property? Pin
turbochimp11-Jan-05 7:28
turbochimp11-Jan-05 7:28 
AnswerRe: How to hide a inherited method or property? Pin
Jesse Squire11-Jan-05 9:31
Jesse Squire11-Jan-05 9:31 
AnswerRe: How to hide a inherited method or property? Pin
Daniel Zaharia11-Jan-05 20:50
Daniel Zaharia11-Jan-05 20:50 
Generalquestionnaire builidng application Pin
ramrod197911-Jan-05 5:23
ramrod197911-Jan-05 5:23 
QuestionCan you load any application in MDI Child Window? Pin
James Bolles (elpaso)11-Jan-05 5:12
James Bolles (elpaso)11-Jan-05 5:12 
Generalcreating mapfile for c# projects Pin
anurik11-Jan-05 5:09
anurik11-Jan-05 5:09 
Generalcreating mapile for c# projects Pin
anurik11-Jan-05 5:09
anurik11-Jan-05 5:09 
Generalcreating mapile for c# projects Pin
anurik11-Jan-05 5:08
anurik11-Jan-05 5:08 
Generaldisplay arabic characters in windows CE .net Pin
asmb198011-Jan-05 5:07
asmb198011-Jan-05 5:07 

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.