Changes between Version 12 and Version 13 of BluePrint/Messaging/Parsing
- Timestamp:
- 04/01/12 12:46:13 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging/Parsing
v12 v13 21 21 Before exiting those threads, it should trigger a new Schduled task (once, now) to do the parsing. 22 22 23 Tropo, however, is different, since that receives inbound connections to it's controller.24 25 23 All Parser Workflows should be defined in tasks.py. 26 24 27 25 The Configuration links these Tasks to Inbound Sources, along with any other args, in a new msg_workflow table. 26 - so this can be linking 2 FKs in the scheduler_task table 27 28 Tropo, however, is different, since that receives inbound connections to it's controller. 29 In order to make this consistent a schduled task can be created but set to never run on schedule & have that run from the controller (or, even better, have this run the same code that the schduled task runs but inline...since this will be pretty much a no-op other than triggering the parser, so won't hold the Tropo connection up & avoids having to spawn a new thread). 30 31 28 32 == Parsing == 29 33 We want to be able to process [wiki:BluePrint/Messaging/OpenGeoSMS OpenGeoSMS]