Hi,The for-loop will terminate when the db cursor reaches the end of the result set, i.e. when all records have been fetched.I think Venu is speaking to the Tomcat memory limit, which defaults to 2 mb per js process in Campaign installations. Avoid buffering the full table to memory if possible.Than...
Hi,Use sql to do everything on the db if performance is a concern..If local execution is required, e.g. api calls, use File loading activity with temp table rename to bulk load computed records.Thanks,-Jon
MTA's can exist anywhere, and are unimpacted by their location as long as they have connectivity to internal db and to your SMS vendor. From your other post it looks like your architecture is the source of a lot of understandable confusion. I would suggest circling back with your IT dept for deliver...
Tracking you can do with SMS, though will be a double-redirect, one for link shortener and one for click recording. The service operates independently from MTA, though has its url's created as part of the sending process- uses message id.
Hi,1. Is there any clear explanation of SMS Architecture? a. What all data goes to Frontal Servers?Are Frontal Servers the application servers? There's an MTA process that forks out child processes to pull data from the Campaign DB and use it to send SMS messages. b. As per my understanding,...