[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [ic] [read-cookie] slow?


suppressed wrote:
> I'm logging all IC traffic to an mysql table and I'd like to log the
> result of [read-cookie MV_SESSION_ID] for a little while so I can see
> how many people don't accept session cookies.  Will executing
> [read-cookie] with every IC request slow things down considerably?
> 


How are you logging the traffic, just the intital hit, or each page view?

You would not want to log each an every page view directly to mysql, it is
better to use/customize usertrack, then in a cron job, log the lines (or a
summary of them) to a table. It was explained to me that using a mysql
table as a log for every page view would lock it for each insert and cause
slow downs

Paul

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.