One of the usage of proprint

Async model is very poular today, so I desided to use it too. First of all define a queue table where to post tasks for printing. The printing procedure I separate to the client side and the server side. On client I gets all parameters, encode it and save to the queue pluss save a procedure name what the server process is have to run to get an xml and the printer name where to print it (it could be defined in the separate table). On server all printers are installed and running one process which checks the queue table and running the proprint with all parameters he gets.

Advantages of this model is:
No need install all printers for any client, all you need is define it on server.

Another way of using async model is for sending email with ready report. Proprint is supporting smpt, all you need is to define address(es), subject and body and format of your report. Its working on any OS system.

Thats it,
BR
Sergei.