caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* concurrency using forks and pipes (some working code)
@ 2007-06-04  7:14 Christopher Cramer
  2007-06-04  7:51 ` [Caml-list] " Erik de Castro Lopo
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Cramer @ 2007-06-04  7:14 UTC (permalink / raw)
  To: caml-list

Jon Harrop asked about this recently and I thought it was an interesting
idea and implemented it:

http://yumegakanau.org/blog/2007/06/03/

(BTW I don't think you are "faking" concurrency by using fork...)


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

* Re: [Caml-list] concurrency using forks and pipes (some working code)
  2007-06-04  7:14 concurrency using forks and pipes (some working code) Christopher Cramer
@ 2007-06-04  7:51 ` Erik de Castro Lopo
  0 siblings, 0 replies; 2+ messages in thread
From: Erik de Castro Lopo @ 2007-06-04  7:51 UTC (permalink / raw)
  To: caml-list

Christopher Cramer wrote:

> Jon Harrop asked about this recently and I thought it was an interesting
> idea and implemented it:
> 
> http://yumegakanau.org/blog/2007/06/03/

Is this not redundant with the recent release of JoCaml?
 
> (BTW I don't think you are "faking" concurrency by using fork...)

I consider concurrency with forking the correct way to do it
and concurrency with threads as "faking" it :-).

Erik
-- 
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"TLC declared bankruptcy after they received less than 2 percent of the $175
million earned by their CD sales. That was about 40 times less than the
profit that was divided among their management, production and record
companies." -- Courtney Love on the REAL piracy


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

end of thread, other threads:[~2007-06-04  7:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-04  7:14 concurrency using forks and pipes (some working code) Christopher Cramer
2007-06-04  7:51 ` [Caml-list] " Erik de Castro Lopo

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