Yes.perogi21 wrote:We are experiencing serious lag and jitter from using NWNX.
Couple of questions for the devs at Avlis:
1) Are you using MySQL for your database?
Yes, we use both the default APS functions and custom SQL statements using SQLExecDirect().2) Whatever DB you are using, are you creating relational tables for data? IE. Are you using DB statements other than Set/GetPersistent*? Example: "Select * from tblPC WHERE PCID = 1" and requests like this?
Local as well as remote (main server is running mysql, elysia is on another pc).3) Do you have the database on another server other than the ones running the mods?
We're using Win XP on dual 1 GHZ-class machines.4) Im sure that this is answered elsewhere but what hardware/OS etc are you using to run Avlis?
How fast does the database server respond ? You can tell that from the time that passes when you see a SELECT in the console until you see the resultset. You shouldn't notice any delay there.