Welcome Guest, Not a member yet? Register   Sign In
mulithreading
#4

[eluser]Nanodeath[/eluser]
Could also use INSERT DELAYED if you're using MySQL.

Quote:When a client uses INSERT DELAYED, it gets an okay from the server at once, and the row is queued to be inserted when the table is not in use by any other thread.

Another major benefit of using INSERT DELAYED is that inserts from many clients are bundled together and written in one block. This is much faster than performing many separate inserts.


Messages In This Thread
mulithreading - by El Forum - 07-04-2007, 12:59 PM
mulithreading - by El Forum - 07-04-2007, 01:33 PM
mulithreading - by El Forum - 07-04-2007, 04:26 PM
mulithreading - by El Forum - 07-04-2007, 08:29 PM
mulithreading - by El Forum - 01-30-2009, 02:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB