Re: Compare the input string with stored string and Take decision.

2013-07-11 Thread Ivan Krišto
On 07/11/2013 09:59 AM, Ankit Murarka wrote: > Say, suppose I send a Message X. The contents of the message X is > stored. Now, for each incoming message I will compare the contents > with the message X. If the content is equal I will increment the > counter and when it reaches say 100, I will not

Re: Compare the input string with stored string and Take decision.

2013-07-11 Thread Ankit Murarka
Say, suppose I send a Message X. The contents of the message X is stored. Now, for each incoming message I will compare the contents with the message X. If the content is equal I will increment the counter and when it reaches say 100, I will not allow more processing of messages. For each mess

Re: Compare the input string with stored string and Take decision.

2013-07-10 Thread Ivan Krišto
On 07/11/2013 08:04 AM, Ankit Murarka wrote: > a. I have a string of 190 characters. > b. I need to store this string or the content of the string. > c. For every request, I will compare the string with this stored string. > d. If match, found I will increment the counter and once counter > reaches