opcode önbellek aslında nasıl?

1 Cevap php

im doing my final project and its about optimizing web performance (focus on caching). i plan to use eaccelearator as a tool in my final project. i need to know the background process of it, the flow diagram about how it works and how an opcode cache can boost performance of websites. it can be eaccelerator, or anykind of opcode cache. is anyone know about it? or any opcode cache that have complete documentation?

sayesinde bir çok .. yakında cevap gerekiyor.

1 Cevap

There is some very technical documentation about APC (an eAccelerator alternative) located here: http://cvs.php.net/viewvc.cgi/pecl/apc/TECHNOTES.txt?view=co

Temel fikir derlenmiş kod önbelleğe ve sonra yerine yeniden derlemek her zaman zorunda derlenmiş kod çalıştırmak. Eğer web tarayıcınızda bir PHP komut dosyası ziyaret ettiğinizde, yani genellikle, PHP kodu derlemek ve çalıştırmak zorunda. Sadece tarayıcıda komut ziyaret çalıştırılacak gerektiğini böylece opcode önbellek yerine kod derlenmiş sürümünü önbelleğe alır.