Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MAP filepath into memory

Status
Not open for further replies.

wimvanherp

Programmer
Mar 3, 2001
149
BE
I have an extern application that writes an xmlfile to a certain path on another computer. Because i want this xml be handled very fast i should want that this path is not a real path on an harddisk but a virtual path so that my application can handle the contents of this xml directly without having to scan a directory, read the file, process the file. I've tried pipe but for some reason the extern application doesn't feel to be able to write to a pipe. Are pipes the only solution to this problem and if yes, is a pipe-unc path considered as a normal file path, so it should work ?
p.s. i work in windows .

thanks


Wim Vanherp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top