Wow Web Designs Forums Home

Search
   
Members

Calendar

Help

Home
Search by username
Not logged in - Login | Register 
Wow Web Designs Forums > Scripting > PHP > Active users on this site?


Active users on this site?
 Moderated by: Aycan  

New Topic

Reply

Print
AuthorPost
VIZID
Member


Joined: Tue Apr 22nd, 2003
Location: Milwaukee, Wisconsin USA
Posts: 53
Status:  Offline
Mana: 
 Posted: Fri Apr 25th, 2003 04:56 am

Quote

Reply
How are you doing this Aycan? global.asa, application lock? what?

Aycan
Administrator
 

Joined: Wed Nov 29th, 2000
Location: Columbus, Ohio USA
Posts: 146
Status:  Offline
Mana: 
 Posted: Fri Apr 25th, 2003 02:15 pm

Quote

Reply
There is a session length which is normally 15 minutes. I create a new session for each user who is represented with a unique IP number. Creating a session means recording a user's IP number and the time of his/her last visit in a database table. If a user requests another page before the end of the session (within 15 minutes of his/her last page request), the last visit field is updated to extend the session another 15 minutes. Active users are determined by simply selecting users who requested a page within the last 15 minutes.

VIZID
Member


Joined: Tue Apr 22nd, 2003
Location: Milwaukee, Wisconsin USA
Posts: 53
Status:  Offline
Mana: 
 Posted: Fri Apr 25th, 2003 04:33 pm

Quote

Reply
That's an interesting way of handling it. How many sessions are you using per user on this site? I always get leary of this due to server load....

Ace

Aycan
Administrator
 

Joined: Wed Nov 29th, 2000
Location: Columbus, Ohio USA
Posts: 146
Status:  Offline
Mana: 
 Posted: Fri Apr 25th, 2003 11:41 pm

Quote

Reply
One session is used per user. Old sessions are automatically cleared once a day. I don't think server load is affected too much by session related queries. What really bogs down a server in terms of SQL queries is usually table joins. So, WowBB stores the results of complicated queries in a fast cache to improve performance.


 Current time is 11:02 am




Powered by WowBB 1.7 - Copyright © 2003-2006 Aycan Gulez
Page processed in 0.1468 seconds (10% database + 90% PHP). 17 queries executed.