Re: [Caml-list] scalable web apps

2010-07-27 Thread Jérémie Dimino
On Mon, Jul 26, 2010 at 11:19:20AM +0300, Török Edwin wrote: How about using linux's AIO and eventfd? Linux's AIO are Linux specific and not implemented on all file-systems, so i am not sure it is the best way to go. Best, -- Jérémie ___ Caml-list

Re: [Caml-list] [Camlp4] Quotation expander with OCaml syntax

2010-07-27 Thread Raphael Proust
On Mon, Jul 26, 2010 at 6:30 PM, Jake Donham j...@donham.org wrote: On Mon, Jul 26, 2010 at 8:41 AM, Raphael Proust raphla...@gmail.com wrote: What I basically need is to get an AST with antiquotations and quotations being special nodes. How is this achievable w/o reimplementing a whole

[Caml-list] LPAR-17 call for short papers, workshop submissions

2010-07-27 Thread Geoff Sutcliffe
The 17th International Conference on Logic for Programming, Artificial Intelligence and Reasoning Yogyakarta, Indonesia - October 10th-15th, 2010

Re: [Caml-list] [Camlp4] Quotation expander with OCaml syntax

2010-07-27 Thread Thomas . Gazagnaire
Are you trying to the same thing as HOP [1] ? What kind of restrictions do you impose on the expressions you can transfer from the server to the client (only non-functional values) ? How do you ensure them in your program ? Are you sure splitting the code into two parts is sufficient ? How will

Re: [Caml-list] [Camlp4] Quotation expander with OCaml syntax

2010-07-27 Thread Raphael Proust
On Tue, Jul 27, 2010 at 3:22 PM, thomas.gazagna...@sophia.inria.fr wrote: Are you trying to the same thing as HOP [1] ? I haven't looked at HOP yet, but I heard a lot and will probably try to read about it in the future. What kind of restrictions do you impose on the expressions you can

Re: [Caml-list] [Camlp4] Quotation expander with OCaml syntax

2010-07-27 Thread Vincent Balat
Are you trying to the same thing as HOP [1] ? No. Our precise goal and solutions are very different from Hop. Obviously we share the main general idea (from the beginning 7 years ago -- and also with many other projects) which is to write both sides of Web applications with the same high