caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Oliver Bandel <oliver@first.in-berlin.de>
To: caml-list@inria.fr
Subject: Re: Yet another OCaml Webserver?! (was: Re: [Caml-list] Yet another sudoku solver (838 bytes))
Date: Sat, 19 Nov 2005 21:19:05 +0100	[thread overview]
Message-ID: <20051119201905.GA1549@first.in-berlin.de> (raw)
In-Reply-To: <ad8cfe7e0511191209v6b0c79qfed8b845e06e749c@mail.gmail.com>

Hello Jonathan,


On Sun, Nov 20, 2005 at 09:09:29AM +1300, Jonathan Roewen wrote:
> > Where are other interesting applications, which can show people
> > the power of this language - especially safety/security of an application?
> 
> This is a major goal of Desert Spring-Time.

Well, this is one single project, but it's a good attempt. :)


> Whilst using bytecode, it

Why using bytecode?


> will probably not be very performant (ocamljit will help a small
> amount here I think) compared to say a native code version.
> 
> However, the goals are: reliability, safety, and not so important:
> portability.

If portability is not so important (for now?!),
why not using native code?


> I think processors are more than fast enough these days
> to accomodate a slower running kernel environment

Well, the kernel is very important... if it is slow,
so the whole system is slower... this is different
to a fast kernel/operating system, where only one
application is a littlebis slower.

But: if the kernel is less used and the main time the
program is in usermode (not kernel mode), then the
speed of the kernel is not sooooo much a big problem.
But the kernel is the part of the system, which is
central... so IMHO it should be very fast!

> .. in fact, the
> mpeg2 decoder project should help prove/disprove this theory.


well... IMHO graphic card drivers is not ideally done
in OCaml, and not in C... at least certain parts would
necessaryly be coded in Assembler...

...but if you can show the opposite, that's fine. ;-)

Ciao,
   Oliver


  reply	other threads:[~2005-11-19 20:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-19 12:41 Yet another sudoku solver (838 bytes) Marco Maggesi
2005-11-19 15:09 ` Yet another OCaml Webserver?! (was: Re: [Caml-list] Yet another sudoku solver (838 bytes)) Oliver Bandel
2005-11-19 15:41   ` Thomas Fischbacher
2005-11-19 15:55   ` William Neumann
2005-11-19 16:05     ` Oliver Bandel
2005-11-19 16:29       ` William Neumann
2005-11-19 17:28   ` Jonathan Bryant
2005-11-19 20:09   ` Jonathan Roewen
2005-11-19 20:19     ` Oliver Bandel [this message]
2005-11-19 20:32       ` skaller
2005-11-19 20:50         ` Jonathan Roewen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051119201905.GA1549@first.in-berlin.de \
    --to=oliver@first.in-berlin.de \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).