资 源 简 介
Zavit is a SugarCRM library to make tasks to run by command line interface with support to call them by thread simulation environment. It allows you to control the memory usage splitting the code in sub-tasks and releasing the memory in the end of each one.
You can call tasks by 3 ways:
Command Line Interface: You can run tasks by command line interface using a simple syntax, it allows you to run tasks without SugarCRM web interface and consequently consume less memory.
Sequencial Interface: In all your code of SugarCRM"s files you can call the tasks by thread simulation environment like a separeted process, wait for response, release the memory allocated to the task and go ahead in your code, e.g. after create an Account you need to send a e-mail to the boss, so, you can create a task to do it and in your code you call the task, wait the e-mail be sent and finish the process.
Parallel Interface: It"s the same at Sequen