[PHP] Re: Performance question

2006-02-01 Thread Barry
Mathieu Dumoulin wrote: This is more a How would you do it than a How can i do it question. Didn't have time to try it, but i want to know how mysql_seek_row acts with large result sets. For example im thinking of building a node tree application that can have dual direction links to nodes

[PHP] Re: Performance question

2006-02-01 Thread Mathieu Dumoulin
Thx, but that wouldn't work since i can have dual direction nodes and further something i didnt say is that a node may be used infinite number of times in the tree... so it isn't really valid to use joins in that case :( thx anyway Barry wrote: Mathieu Dumoulin wrote: This is more a How

[PHP] Re: Performance question

2005-12-05 Thread James Benson
I dont think either will give a performance decrease any less than the other will do. Anders Norrbring wrote: I've been spending some time to find performance pros and cons, but so far haven't had any real luck. Can someone on this list say which is better than the other, and also

[PHP] R: [PHP] Re: Performance question

2005-12-05 Thread Sebastian \En3pY\ Zdrojewski
gentilmente comunicazione. Ogni utilizzo improprio è contrario ai principi del D.lgs 196/03 e alla legislazione Europea (Direttiva 2002/58/CE). -Messaggio originale- Da: James Benson [mailto:[EMAIL PROTECTED] Inviato: lunedì 5 dicembre 2005 13.40 A: php-general@lists.php.net Oggetto: [PHP] Re

[PHP] Re: Performance question

2003-06-23 Thread Paul Chvostek
On Mon, Jun 23, 2003 at 08:09:57AM -0700, Hardik Doshi wrote: Hi Group, Hi Hardik. I have a question regarding retrieving the information. I have the functionlity in which on every user click, system needs to retrieve information for particular user and display the page according to the

[PHP] Re: Performance question

2002-04-16 Thread John Lim
I suggest using a html caching solution. Generate your html once, and store it in a file. I like http://0x00.org/php/phpCache/ Mike Fifield [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Ok I have a performance question. I run a wallpaper site; this is the url

[PHP] Re: Performance question

2002-04-16 Thread Maxim Maletsky
why not to keep both names and the pictures themselves into a database? Loggin in is not really that big deal, I think it is worth portability - you'll be changing this someday (as you get too many requests or too many pictures to request). Start from now. Performance will not change too much