Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Actually have yet to figure out what the point of tornado is, and whether there's any real potential there. Insight appreciated.
What's the point? Well... does it really need a point? It could, after all, be art.

Whimsey aside, Tornado's a niche VM, by design and intent. Most people don't have the need to run arbitrary small programs against large quantities of data, or to run massively threaded programs in a restricted environment, potentially across a large number of machines (distributing the programs with the data).

If that's the case, it's a cute little indulgence by a guy with some free time and a few things he feels like fiddling with.

On the other hand, there certainly are some areas where what it does (when it's finished, potentially before) can be quite handy.

  • It should be good for doing multiple interacting agent work for simulations, where the massive (portable) threading is a win.
  • It should be good for doing real physics simulations where the threading, vector, and distribution should be a win.
  • It should be good for doing configurable crypto, where the decryption program is shipped with the thing to be decrypted. (And really, would you allow arbitrary binary code to run on your machine? In a sandboxed, restricted VM you probably would)
  • It should be good for writing game engine bits. NPC/creature AIs, user-written agents or actions, or suchlike things. (Every object could, potentially, be its own little program interacting with the universe)
Definitely niche, no question. But it's an interesting niche...

In reply to Re^2: Perl 6... do we need another vm? by Elian
in thread Perl 6... do we need another vm? by jfroebe

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-19 03:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found