[PHP] Re: AJAX and PHP

2008-10-04 Thread Peter Wang
Alain Roger [EMAIL PROTECTED] writes: I think both will be ok, it just depends on what's you want:) HI, i'm currently working on some web application and i would like to know what is the best way to do what i want. basically like all application i have a menu and based on selected item menu

[PHP] Is there any considerations for not putting php scripts in tmpfs?

2009-08-10 Thread Peter Wang
Hi php-general, sorry if it is a wrong lists for this question. I have read many articles/messages about using tmpfs store temp files, for example, php session data, smarty compied templates and so on. An obvious reason for that is: it doesn't matter about data loss caused by machine

Re: [PHP] Is there any considerations for not putting php scripts in tmpfs?

2009-08-10 Thread Peter Wang
hi,thanks for your reply. On Mon, Aug 10, 2009 at 9:54 PM, Richard Quadling rquadl...@googlemail.comwrote: 2009/8/10 Peter Wang ptr.w...@gmail.com: Hi php-general, sorry if it is a wrong lists for this question. I have read many articles/messages about using tmpfs store temp files

[PHP] is there any way to get realpath cache hit ratio of php?

2009-08-11 Thread Peter Wang
hi, Is there any way to get realpath cache hit ratio of php? realpath_cache_size integer Determines the size of the realpath cache to be used by PHP. This value should be increased on systems where PHP opens many files, to reflect the quantity of the file operations performed.