Re: [Bug-wget] [Bug-Wget][RFC] Improvements to parallel-wget branch

2013-12-08 Thread Darshit Shah
> It is sometimes necessary to debug issues with the production version of > the > code too. It might be useful to include a command line option that will > emit > these messages in any version of the code. Perhaps --debug-race would work. > > This uses a GCC compile time option to inject race det

Re: [Bug-wget] [Bug-Wget][RFC] Improvements to parallel-wget branch

2013-12-08 Thread Tony Lewis
Darshit Shah wrote: > This option when enabled will compile Wget with certain flags which will > spew a lot of output to the screen on runtime in case it encounters > potential race conditions. Hence, this option should NEVER be used on > production systems. It is sometimes necessary to debug iss

Re: [Bug-wget] [Bug-Wget][RFC] Improvements to parallel-wget branch

2013-12-05 Thread Darshit Shah
On Thu, Dec 5, 2013 at 1:38 AM, Giuseppe Scrivano wrote: > Darshit Shah writes: > > > I have been working on making a few changes to the parallel-wget branch. > > Currently, I am focused on getting all the tests implemented for parallel > > wget and detection of race conditions. For this, I subm

Re: [Bug-wget] [Bug-Wget][RFC] Improvements to parallel-wget branch

2013-12-04 Thread Giuseppe Scrivano
Darshit Shah writes: > I have been working on making a few changes to the parallel-wget branch. > Currently, I am focused on getting all the tests implemented for parallel > wget and detection of race conditions. For this, I submit two patches. > > The first patch, is merely a little cleanup. It

[Bug-wget] [Bug-Wget][RFC] Improvements to parallel-wget branch

2013-12-03 Thread Darshit Shah
I have been working on making a few changes to the parallel-wget branch. Currently, I am focused on getting all the tests implemented for parallel wget and detection of race conditions. For this, I submit two patches. The first patch, is merely a little cleanup. It removes the redundant --enable-t