[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New feature: visit counters
From: |
Davi Leal |
Subject: |
Re: New feature: visit counters |
Date: |
Mon, 5 May 2008 23:46:11 +0200 |
User-agent: |
KMail/1.9.7 |
Dion Rasmussen wrote:
> I was simply suggesting a different approach. You know to allow "masking"
> which locations of your site to have visit incremented counters from
> within httpd.conf or sub-configuration.
No, I did not know!
I suppose it would be better to use the data base which we are already using
to keep all the information. So we can expand it easily.
But, what would be the http.conf configuration to keep the visit counter on a
URL?
> > About "advisory-locking", I do not understand what you mean to say. Could
> > you explain?
>
> I meant using files and directories instead of some special database.
Database is said to be a better solution for a multi-user scenario. The
read/write locking is solved by the database layer, so you do not have to
worry about it. Developing the locking support by hand would be a lot of lots
of work!
> >Just a comment, using .htaccess files is said be bad for performance:
>
> What else are you suggesting that is more secure and fast than .htaccess?
Non using .htaccess is more fast than using it.
It is not needed to use .htaccess
- New feature: visit counters, Davi Leal, 2008/05/02
- New feature: visit counters, Dion Rasmussen, 2008/05/03
- Re: New feature: visit counters, Davi Leal, 2008/05/03
- Re: New feature: visit counters, Dion Rasmussen, 2008/05/03
- Re: New feature: visit counters, Davi Leal, 2008/05/03
- Re: New feature: visit counters, Dion Rasmussen, 2008/05/05
- Re: New feature: visit counters,
Davi Leal <=
- Message not available
- Re: New feature: visit counters, Dion Rasmussen, 2008/05/05
- Re: New feature: visit counters, Davi Leal, 2008/05/06
- Re: New feature: visit counters, Dion Rasmussen, 2008/05/07
- Re: DB vs FS, cookies vs http authentication, Davi Leal, 2008/05/07
- Re: DB vs FS, cookies vs http authentication, Dion Rasmussen, 2008/05/08
- Re: DB vs FS, cookies vs http authentication, Antenore Gatta, 2008/05/08
- Re: DB vs FS based webapp architectures -- web 2.0 -- RSS, etc., Davi Leal, 2008/05/08
- Re: DB vs FS based webapp architectures -- web 2.0 -- RSS, etc., Antenore Gatta, 2008/05/09
- Re: DB vs FS based webapp architectures -- web 2.0 -- RSS, etc., Davi Leal, 2008/05/09
- Re: DB vs FS based webapp architectures -- web 2.0 -- RSS, etc., Antenore Gatta, 2008/05/19