Hi! Think that this is the right thread for this question...
Let's say that i write a client library for a server. The server of course gets updated and new versions of that server are released.
How to code the client library in order to do stuff such as:
1) If the client library is for version 2 but the
user connects to version 1 of the server using that
library, how to guard for unsupported operations
etc etc
2) other version related problems that may occur...
In general any link to a resource (such as an article, a tutorial, or even a book) on this topic is highly appreciated!!!!
Let's say that i write a client library for a server. The server of course gets updated and new versions of that server are released.
How to code the client library in order to do stuff such as:
1) If the client library is for version 2 but the
user connects to version 1 of the server using that
library, how to guard for unsupported operations
etc etc
2) other version related problems that may occur...
In general any link to a resource (such as an article, a tutorial, or even a book) on this topic is highly appreciated!!!!
Comment