Skip to content
supergis edited this page Dec 31, 2012 · 1 revision

With SMPP, You can do many thing parallely:

1. Simple Data Process Start a processor, as dispather, send task, please reference SMPP_FirstTask.py. Create a worker, get the task info and do something. Start Monitor, view the processing info. Actualy,you can start many worker. Also, can start many dispather and many monitor.

2. Using Global Log Can Send log to bus, and receive anywhere, and write it as many format. The logs are fly over network. For example, using the android phone to get the process information.

3. Runing external software as worker. Just using os.* to run a processor of OS.

4. Using many worker node. The dispather,worker,Monitor can installed any computer, which can access the rabbitMQ server.

Clone this wiki locally