An apparatus and method provide the execution of interpreted languages, and
more particularly increase the performance of interpreted languages
execution in application software. The performance increase of interpreted
languages execution is achieved by first moving the interpreted code into
one process. This process still utilizes the interpreted code and acts
like library of interpreted code routines. Next, when the process is to be
executed, the interpreted code process forks itself and then has the child
process run the already compiled interpreted code. The advantage of doing
this is that the interpreted code in the process is compiled only once,
when the process is started. With large interpreted code scripts, it is
faster to connect up to the interpreted code process and have it fork a
child process to execute the correct code than it is to compile and run
the correct code.
Прибор и метод предусматривают исполнение интерпретированных языков, и определенно увеличивают проведение интерпретированного исполнения языков в прикладном обеспечении. Увеличение представления интерпретированного исполнения языков достигано сперва двигать интерпретированное Кодего в один процесс. Этот процесс все еще использует интерпретированное Кодего и действует как архив интерпретированных режимов Кодего. Затем, когда процесс должен быть исполненным, интерпретированные вилки сами процесса Кодего и после этого имеют ребенка, котор процесс бежит уже составленное интерпретированное Кодий. Преимущество делать это что интерпретированное Кодий в процессе составлено только раз, когда процесс начат. С большими интерпретированными сценариями Кодего, оно быстре для подключения до интерпретированного процесса Кодего и для того чтобы иметь его разветвить процесс ребенка для того чтобы исполнить правильно Кодего чем оно должна составить и побежать правильно Кодего.