|
Posted by Michael Fesser on 02/02/07 15:45
..oO(petersprc)
>In all likelihood you won't notice any difference in performance,
>though PHP5 is supposed to be faster in certain areas. I would suggest
>building your site, and then trying to optimize any bottlenecks such
>as database access. For instance, cutting down on unnecessary round-
>trips to the database, and perhaps using persistent connections.
Depends on the server. Connecting to a MySQL server for example is
pretty cheap, while persistent connections may cause you a lot of
troubles. Don't do that unless you really need it and know what you're
doing.
Micha
Navigation:
[Reply to this message]
|