Posts: 77
Threads: 19
Joined: Mar 2009
Reputation:
0
Hello, i have question: What differences has stock and callback, when use callback, and when use stock?
Callbacks are called by the server when a certain event occurs, so if you want your code to be executed when something happens you put it into a callback's body. Other functions aren't driven by events directly but they are called from another functions or from those callbacks. So callbacks are on the top of this hierarchy.
Something like that.
Posts: 77
Threads: 19
Joined: Mar 2009
Reputation:
0
Thanks for helping and explaining.
EDIT: And the last question i think, witch of them use less resources, work faster or they're same?