Results 1 to 8 of 8
  1. #1
    Join Date
    Jul 2004
    Posts
    42

    Question persistent bytecode

    Does anyone know how to make the server save bytecode (Java bytecode or the perl or PHP equivilant) onto the harddrive rather than storing it with precious RAM space?

  2. #2
    You could have a look at Turck mmCache, it stores the compiled PHP scripts in a cache folder. It can run scripts from that folder too, so you can distribute your compiled PHP scripts instead of giving away the source.

  3. #3
    If you want your code encrpyted, try using zend or ion cube,
    They really works

  4. #4
    Join Date
    Jul 2004
    Posts
    42
    I was mostly looking for ways to run it more efficiently (not have to parse the code every time the script is called), though encryption would also be useful.
    Do you know of a site where I could find more information on Turck mmCache?

  5. #5

  6. #6
    That Turck mmCache is excellent. I have no idea why i havent been aware of it since now.

    - Kar

  7. #7
    Join Date
    Oct 2003
    Location
    The Netherlands
    Posts
    1,270
    Turck mmCache is a massive boost on php performance for me.
    On phpBB this couples well with the extreme themes mod (all themes are instead of being loaded and dynamicaly executed) turned in php files and directly compiled, making it extremly zippy

  8. #8
    well, zend optimizier for php, they are good....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •