php-general | 2003022
Date: 02/23/03
- Next message: David Otton: "Re: [PHP] Another Logging Question"
- Previous message: Dennis Cole: "RE: [PHP] table width problems"
- Next in thread: David Otton: "Re: [PHP] Another Logging Question"
- Reply: David Otton: "Re: [PHP] Another Logging Question"
- Reply: Justin French: "Re: [PHP] Another Logging Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'd like for my counter/logger to be fairly scalable, so I'm toying with two
possible implementation routes:
1. Have the counter dump visitor info to a text file, then run a cron job on
that nightly to process the data and perform a full analysis.
2. Have the counter dump the visitor info into a DB (probably MySQL), then
process the data whenever the administrator wants to view his stats.
Anyone have any suggestions or considerations on which method would work
better? Is there something else I should do instead?
Thanks for any input,
---Matt
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: David Otton: "Re: [PHP] Another Logging Question"
- Previous message: Dennis Cole: "RE: [PHP] table width problems"
- Next in thread: David Otton: "Re: [PHP] Another Logging Question"
- Reply: David Otton: "Re: [PHP] Another Logging Question"
- Reply: Justin French: "Re: [PHP] Another Logging Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

