caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] transactions?
@ 2004-05-02  3:35 skaller
  2004-05-02 13:36 ` Benjamin Geer
  0 siblings, 1 reply; 5+ messages in thread
From: skaller @ 2004-05-02  3:35 UTC (permalink / raw)
  To: The Caml Trade

Is there an Ocaml eqivalent of begin/end blocking section?
I.e. something that sets the global lock if threads
are enabled (but still compiles if they're not)?

So can write for example:
  begin_trx(); 
  if Hashtbl.mem h k then () else Hashtbl.add h k v;
  end_trx()

and know the table won't get changed by another thread
between the lookup and insertion?

-- 
John Skaller, mailto:skaller@users.sf.net
voice: 061-2-9660-0850, 
snail: PO BOX 401 Glebe NSW 2037 Australia
Checkout the Felix programming language http://felix.sf.net



-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


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

end of thread, other threads:[~2004-05-02 15:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-02  3:35 [Caml-list] transactions? skaller
2004-05-02 13:36 ` Benjamin Geer
2004-05-02 14:24   ` skaller
2004-05-02 14:59   ` Benjamin Geer
2004-05-02 15:51     ` [Caml-list] Camlp4 docs Martin Jambon

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).