Re: Processing SMS in PicoLisp

2012-08-17 Thread Thorsten Jolitz
Henrik Sarvell 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 a middlema

Re: Processing SMS in PicoLisp

2012-08-17 Thread Henrik Sarvell
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 a middleman like mosms. On Fri, Aug 17, 2012 at 2:21 PM, T

Re: Processing SMS in PicoLisp

2012-08-17 Thread Thorsten Jolitz
Jakob Eriksson writes: > http://mosms.se/ does this in Sweden. They let you avoid the hassle of > having > to deal with different telecoms companies. (Since your customers > likely have > subscriptions with different providers.) > > I am sure there are many companies such as Mosms in other countr

Re: Processing SMS in PicoLisp

2012-08-17 Thread Jakob Eriksson
On August 17, 2012 at 1:39 PM Thorsten Jolitz wrote: > As I wrote - the optimal solution would be no costs on my side, but > rather a telecom company that charges higher prices per SMS in my name > and shares profit with me. http://mosms.se/ does this in Sweden. They let you avoid the hassle

Re: Processing SMS in PicoLisp

2012-08-17 Thread Thorsten Jolitz
Jakob Eriksson writes: > On August 17, 2012 at 11:47 AM Thorsten Jolitz > 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 want to send and receive SMS.

Re: Processing SMS in PicoLisp

2012-08-17 Thread Thorsten Jolitz
Joe Bogner 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. http://www.twilio.com/. > Twi

Re: Processing SMS in PicoLisp

2012-08-17 Thread Thorsten Jolitz
dexen deVries 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 number' (or >> maybe

Re: Processing SMS in PicoLisp

2012-08-17 Thread Jakob Eriksson
On August 17, 2012 at 11:47 AM Thorsten Jolitz 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 want to send and receive SMS. There are several SMS gateway compani

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

Processing SMS in PicoLisp

2012-08-17 Thread Thorsten Jolitz
Hi List, 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 send to and from it? Anybody with experiences in SMS proc