01-09-2007, 10:14 PM
Lets say a person has 200 controls on their ms server compared to a person with 10 controls. What would be the difference in speed?
Discussion Concerning Controls
|
01-09-2007, 10:14 PM
Lets say a person has 200 controls on their ms server compared to a person with 10 controls. What would be the difference in speed?
01-09-2007, 10:24 PM
Don't controls that aren't actively changing or being used, like buttons, etc. only add to filesize?
I can't see a button that does nothing till it's clicked causing lag.
01-09-2007, 10:43 PM
I dont know, I dont have much knowledge in this area. But everybody keeps on saying bigger file size, slower game.
01-09-2007, 11:40 PM
William Wrote:I dont know, I dont have much knowledge in this area. But everybody keeps on saying bigger file size, slower game. That may be true, but a big filesize is bad anyway. Quote:Robin:
02-09-2007, 12:04 AM
Robin Wrote:Yeah, guess I could cut down on some controls server side.William Wrote:I dont know, I dont have much knowledge in this area. But everybody keeps on saying bigger file size, slower game.
02-09-2007, 03:53 PM
Of course, this also depends on the type of control. 20 active timers VS 20 non-changing labels is a huge diff.
But I don't use ANY components in my server. I just don't think I need them.
02-09-2007, 06:22 PM
Joost Wrote:Of course, this also depends on the type of control. 20 active timers VS 20 non-changing labels is a huge diff.Its just easier when you have kick, ban, warp commands on the server.
02-09-2007, 06:25 PM
Joost said something to me before..
If you have a dedicated, odds are you're not going to be looking at the server too often, so why include anything on it at all..?
02-09-2007, 06:29 PM
Im planning on upgrading my old computer to be my fulltime server. So for me it would still be usefull to have those commands.
02-09-2007, 06:57 PM
Wouldn't it be better to just use commands?
02-09-2007, 08:05 PM
yeah its one way of doing things. Guess I will have to code those options into a new admin panel or something client side.
02-09-2007, 08:30 PM
Dave Wrote:I would make it a console application. You don't need controls then, and you could even output all the same information. use text commands everywhere.Yeah, thats another way of doing it ![]() |
« Next Oldest | Next Newest »
|