@bittu I would like to discuss one thing regarding your approach ,
How you managed to put forward your 1st statement that is of Synchronization . On Fri, Jan 7, 2011 at 1:18 PM, Pedro Rezende <[email protected]> wrote: > Hi all! > And what could be the best way to test / debug issues like these? > > 2011/1/7 vaibhav agrawal <[email protected]> > > @Douglas, nicely put!!! >> >> >> On Fri, Jan 7, 2011 at 8:37 PM, Douglas Diniz <[email protected]> wrote: >> >>> Some examples, supposing you do always the same thing: >>> >>> 1-) You have a program that use some random number, and based on the >>> number the program do different things, and this different things >>> crash the program at different places. >>> >>> 2-) you have a program that connect with a external server. Depending >>> on the links status you could crash in different places. >>> >>> 3-) You have a program that talk with another program (or external >>> server) through a protocol, and the protocol could do different things >>> even if you do the same thing several times. >>> >>> 4-) Your program has timeouts that could expire based on the system >>> usage, crashing the program in different places. >>> >>> 5-) Your program read some system variable and do different things. >>> >>> 6-) etc >>> >>> On Fri, Jan 7, 2011 at 12:09 PM, juver++ <[email protected]> wrote: >>> > The application is single threaded :) >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> Groups >>> > "Algorithm Geeks" group. >>> > To post to this group, send email to [email protected]. >>> > To unsubscribe from this group, send email to >>> > [email protected]<algogeeks%[email protected]> >>> . >>> > For more options, visit this group at >>> > http://groups.google.com/group/algogeeks?hl=en. >>> > >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Algorithm Geeks" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<algogeeks%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/algogeeks?hl=en. >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<algogeeks%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<algogeeks%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- Lalit Kishore Sharma IIIT Allahabad (Amethi Capmus) 6th Sem -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
