Welcome Guest, Not a member yet? Register   Sign In
Session Handling: Which Should I Choose?
#13

[eluser]EugeneS[/eluser]
[quote author="WanWizard" date="1282099506"] the database engine is a lot more effecient in I/O then PHP's file I/O code. [/quote]

you might be kidding here Smile
file reading slower than running SQL query ? Smile do you understand that database/table any ways stored in files and MySql is kind of intermediary ? Smile

more over highly visited sites makes sessions table reindexing all the time and as higher load as higher database load ... if table engine MyISAM then we have table locks = queue
if InnoDB = slower updates/inserts

and you still wanna say that storing sessions in DB is more efficient way than native sessions ? Smile
you will never make me believe that use of intermediary + slow all the time updates and inserts (with the use of already loaded mysql with other queries) could be faster than just separate read and write to file by file name Smile

storing sessions in the database cant be faster than native php sessions Smile


Messages In This Thread
Session Handling: Which Should I Choose? - by El Forum - 08-16-2010, 10:55 PM
Session Handling: Which Should I Choose? - by El Forum - 08-16-2010, 11:19 PM
Session Handling: Which Should I Choose? - by El Forum - 08-16-2010, 11:27 PM
Session Handling: Which Should I Choose? - by El Forum - 08-16-2010, 11:53 PM
Session Handling: Which Should I Choose? - by El Forum - 08-17-2010, 02:16 AM
Session Handling: Which Should I Choose? - by El Forum - 08-17-2010, 07:19 AM
Session Handling: Which Should I Choose? - by El Forum - 08-17-2010, 07:36 AM
Session Handling: Which Should I Choose? - by El Forum - 08-17-2010, 12:34 PM
Session Handling: Which Should I Choose? - by El Forum - 08-17-2010, 12:44 PM
Session Handling: Which Should I Choose? - by El Forum - 08-17-2010, 01:17 PM
Session Handling: Which Should I Choose? - by El Forum - 08-17-2010, 03:45 PM
Session Handling: Which Should I Choose? - by El Forum - 08-17-2010, 04:31 PM
Session Handling: Which Should I Choose? - by El Forum - 09-16-2010, 04:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB