Re: Processing SMS in PicoLisp

2012-08-17 Thread dexen deVries
Hi Thorsten, On Friday 17 of August 2012 11:47:55 you wrote: just one curiosity - how would one write a PicoLisp application that recieves and processes (and maybe sends) SMS messages? What would be involved to give the application a 'phone number' (or maybe many) so that messages can be

Re: Processing SMS in PicoLisp

2012-08-17 Thread Thorsten Jolitz
dexen deVries dexen.devr...@gmail.com writes: Hi Dexen, On Friday 17 of August 2012 11:47:55 you wrote: just one curiosity - how would one write a PicoLisp application that recieves and processes (and maybe sends) SMS messages? What would be involved to give the application a 'phone

Re: Processing SMS in PicoLisp

2012-08-17 Thread Thorsten Jolitz
Joe Bogner joebog...@gmail.com writes: Hi Joe, I would recommend using a third party service. I've tinkered with Twillio but not used it in production. For example, with Twillio your code makes a HTTP request to their API endpoint and their API can post to your HTTP endpoint. 

Re: Processing SMS in PicoLisp

2012-08-17 Thread Thorsten Jolitz
Jakob Eriksson ja...@aurorasystems.eu writes: On August 17, 2012 at 11:47 AM Thorsten Jolitz tjol...@googlemail.com wrote: Hi List, just one curiosity - how would one write a PicoLisp application that recieves and processes (and maybe sends) SMS messages? It depends on where from you

Re: Processing SMS in PicoLisp

2012-08-17 Thread Thorsten Jolitz
Henrik Sarvell hsarv...@gmail.com writes: Hi Henrik, I once coded a gateway that could handle tens of thousands of messages / sec. We used C++ and PostgreSQL, would've been nicer with PL though :-) http://www.prodevtips.com/2007/10/15/sms-gateway-how-to/ If you want to avoid the cost of