Quote Originally Posted by DoctorMog View Post
I have found that the faster your PC is, the faster items move.

Its odd, but the day I upgraded my PC, items moved in half the time from my inventory to the trade window and to retainers.
HAHA if you say so. But from someone who has done alot of database/inventory programming. The speed of your computer has absolutely nothing to do with it. Your "client side" request for the "server to move the object from location A to location B" is so small and is literally a string of text like "Update tblthischaractersinventory set markedeleted='true' where recordid ='12543'" and "insert into tblthischarsretainer recordid ="12543", item='apple'" the server does all this work and then tells the client ok im done.......... your purely waiting on the server to say ok im done instead of the client side assuming the server will take care of this and updating itself the way World of Warcraft and Rift handle thier interface.