GodBeastX
Joined: 09 Aug 2006 Posts: 65
|
Posted: Sun Dec 31, 2006 13:51 Post subject: |
|
|
I would like to see the results of a SQL lookup if the DB is hosted locally. MySQL connections can use a pipe to transmit queries to the database when hosted locally which is much faster than a socket connection over a lan. I myself, however, actually coded a plugin that made heavy use of hash tables, since it should be much faster than having to do IPC (Inter Process Communication). |
|