what are the main differences between full size and lite toolkit ?
In the lite version, the functions for the management of pcdata type non longer exist (but we still need them), is there any reason for that ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally there was the concept of building an absolutely bare-bones toolkit for a client, versus a full-blown toolkit for servers. This was to save memory on clients, and because clients could get away with a lot more (like treating device info as a blob, and not actually parse any of it).
I don't know of anyone using it that way, and haven't seen any maintanence of the lite version in a while...
dgc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
what are the main differences between full size and lite toolkit ?
In the lite version, the functions for the management of pcdata type non longer exist (but we still need them), is there any reason for that ?
I believe it is basically historical left-overs.
Originally there was the concept of building an absolutely bare-bones toolkit for a client, versus a full-blown toolkit for servers. This was to save memory on clients, and because clients could get away with a lot more (like treating device info as a blob, and not actually parse any of it).
I don't know of anyone using it that way, and haven't seen any maintanence of the lite version in a while...
dgc