Lollaskates
New Member
- Joined
- Jun 17, 2012
- Messages
- 129
- Reaction score
- 1
Jaiki, Posting here because your box is full. I realized what the problem with your new (and unreleased) version is, it's too CPU intensive. Almost the entire run is triple the usage of a normal DB instance. Try to reduce the amount of Unit and/or gizmo queries, or try and increase the delay between each search.
As it stands your UnitClose() is repeating waaaaay too fast. that's something you can't do every pulse. This is why you don't experience it with your one client vs my many, many simultaneous clients.
Also, it will affect people with less than adequate or normal machines. Inconsistencies.
As it stands your UnitClose() is repeating waaaaay too fast. that's something you can't do every pulse. This is why you don't experience it with your one client vs my many, many simultaneous clients.
Also, it will affect people with less than adequate or normal machines. Inconsistencies.






