[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

need your help orviews for distributed programming with ruby

Saurabh Purnaye

8/26/2008 5:27:00 AM

hi all,
greetings,
I have came across a situation where I want to send sms (Text
Messages) and mails at a time to thousand's/lac's of users. The text may
be a security or traffic alerts so its needed that this should be sent
at a time so that the users may be able to receive them and make some
actions on it.
The process I am following is to fetch 100 records and send them
sequentially, to fetch record, communicate with sms gateway, get
delivery report and save the sms status as sent in database takes near
about a second.
I want to make this process as fast as to send the sms /mails at
time thr the distributed programming, COULD YOU PLEASE HELP ME BY
REPLYING WITH YOUR VIEWS OR IDEAS OR IF YOU HAVE CODED SAME, THEN
SHARING SOME OF THE CODE FOR ME?
Thanks In Advance
Saurabh Purnaye
--
Posted via http://www.ruby-....

3 Answers

Gregory Brown

8/26/2008 5:36:00 AM

0

On Tue, Aug 26, 2008 at 1:27 AM, Saurabh Purnaye
<saurabh.purnaye@clariontechnologies.co.in> wrote:

> I want to make this process as fast as to send the sms /mails at
> time thr the distributed programming, COULD YOU PLEASE HELP ME BY
> REPLYING WITH YOUR VIEWS OR IDEAS OR IF YOU HAVE CODED SAME, THEN
> SHARING SOME OF THE CODE FOR ME?


http://plzsendmethecode.blo...


--
Technical Blaag at: http://blog.majesticseacr... | Non-tech
stuff at: http://metametta.bl...

Joel VanderWerf

8/26/2008 5:54:00 AM

0

Gregory Brown wrote:
> http://plzsendmethecode.blo...

I?m trying to make a peanut butter sandwich. Please post a diagram of
where the bread goes. Thanks


(Sorry, couldn't resist quoting from that blog. Kthxbye.)

--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407

James Britt

8/26/2008 7:14:00 AM

0

Gregory Brown wrote:
> On Tue, Aug 26, 2008 at 1:27 AM, Saurabh Purnaye
> <saurabh.purnaye@clariontechnologies.co.in> wrote:
>
>> I want to make this process as fast as to send the sms /mails at
>> time thr the distributed programming, COULD YOU PLEASE HELP ME BY
>> REPLYING WITH YOUR VIEWS OR IDEAS OR IF YOU HAVE CODED SAME, THEN
>> SHARING SOME OF THE CODE FOR ME?
>
>
> http://plzsendmethecode.blo...
>

Wow.

Thanks, that's golden.

James