|
yhurt Newbie
Joined: 24 Mar 2006 Posts: 4
|
Posted: Fri Jun 16, 2006 5:25 pm
plugins |
Hi,
I have recently started playing with programming plugins
in c++ for zMUD. I made it to the point I can install the plugin and
caputre and work on the text received from MUD (ParseMUDLine).
My question is: is that normal zMUD starts working very slow when I
install my custom plugin (I have to wait ~0.5-1 sec until each line is parsed)? My parsing code is doing actully nothing so it should not slow down the zMUD. I havent bought devkit yet, since it says "The Developer's Kit is free for personal use." on the ordering page (and I am not going to sell or give away my plugins). Do I have to buy devkit to make it work at reasonable speed (few ms for each line)?
Any help would be great!
Thanks in advance,
Konrad |
|
|
|
Taz GURU
Joined: 28 Sep 2000 Posts: 1395 Location: United Kingdom
|
Posted: Sun Jun 18, 2006 9:37 pm |
Buying it won't increase the speed at all.
If you notice a slow down with the plugin installed then it is a problem with the plugin. Create a plugin that has nothing at all in it other than enough for it to be installed and see if you notice the same slow down. |
|
_________________ Taz :) |
|
|
|
|
|