WASP
The core technology that is used in both PrintSure and nVerge to communicate between two or more servers and the server and the remote client is an in-house developed framework called WASP.
WASP is a Distributed Invocation Technology, developed by DevZeroG, similar to EJB/DCOM/CORBA/RMI/XML-RPC.
The main distinctive features of WASP are implementation simplicity, small foot-print, extensibility, ability to work without an application server and data stream support.
WASP is the only unique technology capable of the above, which allows simple data and command and control transfer and communication functionality.
WASP supports several transfer methods: TCP/IP sockets and encrypted SSL (Secure Socket Layer), providing both plain and secure data transfer.
Raw TCP/IP data transfer provides minimal overhead, normally associated with encapsulation of data into a specific protocol format.
All the above results in faster transfer times due to lower processing requirement and smaller data packets and hence faster transfers.
|