in reply to Re^2: Web aps with Perl (6) vs. Longhorn and the Windows API?
in thread Web aps with Perl (6) vs. Longhorn and the Windows API?

I should think a good middle-point is having each individual script having it's own interpreter -- what's wrong with that?

It's a good solution, and several programs use this technique. However, for things to work correctly, still you need to pay attention and not program sloppily. Another problem is that this puts very heavy load on a machine if you use one script per page (as is very common in PHP), regardless of what the kernel can do.

Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }

  • Comment on Re^3: Web aps with Perl (6) vs. Longhorn and the Windows API?