caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* appending data to a mmap-ed file
@ 2010-12-16 11:31 Joel Reymont
  2010-12-16 12:38 ` [Caml-list] " Jesper Louis Andersen
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Joel Reymont @ 2010-12-16 11:31 UTC (permalink / raw)
  To: caml-list

I'm constantly appending to a file of stock quotes (ints, longs, doubles, etc.). I have this file mapped into memory with mmap. 

What's the most efficient way to make newly appended data available as part of the memory mapping?

Obligatory OCaml content: I'm trying to prototype a trading system in OCaml.
 
	Thanks, Joel

---
http://twitter.com/wagerlabs


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-12-18  9:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-16 11:31 appending data to a mmap-ed file Joel Reymont
2010-12-16 12:38 ` [Caml-list] " Jesper Louis Andersen
2010-12-16 13:13   ` Joel Reymont
2010-12-16 12:57 ` Gerd Stolpmann
2010-12-16 17:16 ` Richard W.M. Jones
2010-12-17  0:36   ` Goswin von Brederlow
2010-12-17 14:48     ` Richard W.M. Jones
2010-12-17 15:49       ` Joel Reymont
2010-12-17 19:05       ` Goswin von Brederlow
2010-12-18  9:56 ` Christophe Raffalli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).