25.08.2014, 18:41
Quote:
The idea of the database is a good one, I think I'll switch on it soon.
But it's not the point of the thread. Though, atm I can't think of a PAWN task big enough to be threaded... |
For example, webservices are often used to authenticate a user or get data from a database, this way you only have to implement the logic for it once, and you can call it from any interface that allows you to send HTTP(S) requests.