SpeedyCGI is a way to run perl scripts persistently, which usually makes them run much more quickly because it avoids the overhead of starting up a new perl interpreter and compiling the perl code. It is also known as PersistentPerl: while its most common use is with CGI scripts, it can be used to speed up most perl programs.