Télécharger la liste

Description du projet

PPerl is a persistent Perl interpreter that was
developed in order to reduce the high compile-time
overhead associated with running many scripts
persistently.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-06-17 14:32
0.14

PPerl a été complètement réécrit. Plutôt que de passer STDIN / STDOUT au cours des prises de courant, elle passe maintenant les descripteurs de fichiers. Cela le rend plus rapide et supprime tout le code flux socket contrôle.
Tags: Major feature enhancements
PPerl has been completely rewritten. Rather than pass STDIN/STDOUT over the sockets, it now passes the file descriptors. This makes it faster, and removes all the socket flow control code.

2002-06-11 12:38
0.12

Éliminé le besoin de Net:: Server, et a fait quelques réglages de performance et de stabilité.
Tags: Major bugfixes
Removed the need for Net::Server, and made some performance and stability tweaks.

2002-04-22 10:57
0.05

Cette version inclut des correctifs pour les architectures big-endian, et l'ajout de l'option -k/--kill de tuer un script courant PPerl.
Tags: Major bugfixes
This version includes fixes for big-endian architectures, and the addition of -k/--kill option to kill a current PPerl script.

Project Resources