Re: responsetemplate Error

2005-02-11 Thread Norman Tuttle
Easy. You have an illegal character in your XML, the . This needs to be changed to amp; -Norman Tuttle On Fri, 11 Feb 2005, Alexander Lazic wrote: Hi, i try to make some loadtests and need some vars from the respone. Please can anybody tell why i get these error: Error parsing XML

Re: problems compiling flood, REALLY Flood out of sync with APR, etc., ALSO apr_uri_default_port_for_scheme() name changed

2003-11-24 Thread Norman Tuttle
Note that flood_round_robin.c's apr_uri_default_port_for_scheme() now must also become apr_uri_port_of_scheme() to match the latest apr-util.lib. apr_poll has been put back. -Norman Tuttle [EMAIL PROTECTED] On Fri, 21 Nov 2003, Norman Tuttle wrote: Apparently, Flood development cannot keep up

Re: problems compiling flood, REALLY Flood out of sync with APR, ALSO note that apr_poll() no longer in APR

2003-11-21 Thread Norman Tuttle
apr_poll(), which they apparently have also taken out of the APR. I'm not sure what the replacement for that is; maybe somebody on this list or on the APR list can enlighten us on what changes are happening there. -Norman Tuttle, developer, OpenDemand Systems, [EMAIL PROTECTED] On Fri, 21 Nov 2003

Re: Dangerous Flood memory model compromises larger runs

2003-11-17 Thread Norman Tuttle
, is the cleared subpool at least going to properly reuse the memory it has already allocated? Once the farmer_pool has been cleared, I assume that at that time any subpools it had would need to be recreated (by an apr_pool_create()). -Norman Tuttle [EMAIL PROTECTED] Developer, OpenDemand Systems

Re: Dangerous Flood memory model compromises larger runs

2003-11-14 Thread Norman Tuttle
Thank you for your input (and immediate response), Sander and Cliff. We hope to use it to help resolve our issues. -Norman Tuttle [EMAIL PROTECTED] On Thu, 13 Nov 2003, Sander Striker wrote: On Thu, 2003-11-13 at 16:26, Cliff Woolley wrote: On Thu, 13 Nov 2003, Norman Tuttle wrote: How

Redo of: Diff for flood_net_ssl.c [Ref A1]

2003-11-04 Thread Norman Tuttle
See below for explanation of change; attached diff now correct. -Norman Tuttle, OpenDemand Systems Developer [EMAIL PROTECTED] On Mon, 13 Oct 2003, Norman Tuttle wrote: To Apache Flood development team: Other than some small touch-ups, these changes to flood_net_ssl.c involve 1) taking

Redo for: Patch closes socket before reopening in open_socket in case of TIME_WAIT exhaustion [Ref A3]

2003-11-03 Thread Norman Tuttle
Attached is my redo of the patch for flood_net.c explained below: -Norman Tuttle, developer, OpenDemand Systems [EMAIL PROTECTED] On Thu, 16 Oct 2003, Norman Tuttle wrote: This patch makes the open_socket() function non-recursive, providing the benefits of iterative functions in terms

Re: Redo for Windows build issues [Ref A0]

2003-10-30 Thread Norman Tuttle
). -Norman Tuttle, developer, OpenDemand Systems, [EMAIL PROTECTED] --- \backup\xlate.c 2003-01-12 16:47:24.0 -0500 +++ \flood-1.1\apr-util\xlate\xlate.c 2003-10-07 19:01:47.0 -0400 @@ -77,11 +77,11 @@ #ifdef HAVE_ICONV_H #include iconv.h #endif -#if APU_HAVE_APR_ICONV

Redo for diff: Flood: New patch to flood_socket_keepalive.c fixes keepalive protocol bugs [Ref A7]

2003-10-30 Thread Norman Tuttle
, which I also mentioned in that post, other than to replace the assert() with something more user-friendly): -Norman Tuttle, developer, OpenDemand Systems [EMAIL PROTECTED] On Wed, 22 Oct 2003, Norman Tuttle wrote: The new diff available for Flood fixes protocol errors for keepalive (file

Redo for Patch for cookie processing in Flood, file flood_round_robin.c, function round_robin_postprocess() [Ref A5]

2003-10-28 Thread Norman Tuttle
issues that we had with client sites regarding our handling of cookies. -Norman Tuttle, developer, OpenDemand Systems [EMAIL PROTECTED] --- \flood-1.1\flood_round_robin.c 2003-09-07 22:22:32.0 -0400 +++ flood_round_robin.c 2003-10-27 11:48:50.0 -0500 @@ -897,42 +897,69

Flood patch: Fixes hangup bug with SSL and generic sockets [Ref A8]

2003-10-23 Thread Norman Tuttle
. flood_socket_keepalive.c probably needs similar work which will be posted as a separate diff in the near future. -Norman Tuttle, developer, OpenDemand Systems [EMAIL PROTECTED] --- \flood-1.1\flood_net_ssl.c 2003-10-08 19:25:02.0 -0400 +++ flood_net_ssl.c 2003-10-23 13:02

Flood: New patch to flood_socket_keepalive.c fixes keepalive protocol bugs [Ref A7], Question on Chunking Protocol

2003-10-22 Thread Norman Tuttle
this diff is independent of other changes made recently, I have done it off the original file in CVS/Flood 1.1, which I have in my local directory c:\flood-1.1 Norman Tuttle, developer, OpenDemand Systems, [EMAIL PROTECTED] PS: In a comparison between the 2 modes mentioned above (wantresponse

New Flood diff to handle 100 continue when in first chunk, and next packet available [Ref A5]

2003-10-21 Thread Norman Tuttle
evaluate the attached diff file and incorporate into the flood_socket_keepalive.c file in CVS. I have made the diff off the build 1.1 version and not off my own previous changes since this is an independent change. -Norman Tuttle, developer, OpenDemand Systems, [EMAIL PROTECTED

Re: (original) Diff for flood_net_ssl.c, please take out one added line

2003-10-20 Thread Norman Tuttle
idea) in a case where the error is other than an SSL_ERROR_WANT_READ, whereas there are now other errors which introduce this continued reading. -Norman Tuttle, developer, OpenDemand Systems, [EMAIL PROTECTED] On Mon, 13 Oct 2003, Norman Tuttle wrote: To Apache Flood development team: As part

Patch for cookie processing in Flood, file flood_round_robin.c, function round_robin_postprocess() [Ref A5]

2003-10-20 Thread Norman Tuttle
and avoids these duplicates by replacing. Please examine the attached diff and apply the changes to the file flood_round_robin.c to resolve these issues. -Norman Tuttle, developer, OpenDemand Systems, [EMAIL PROTECTED] --- flood_round_robin.c 2003-10-20 11:37:20.0 -0400 +++ \flood-1.1

Flood project: keepalive_begin_conn() reorganized to properly handle transitions (between ssl and non-ssl, or different hosts/ports) and use different state variable [Ref A4]

2003-10-17 Thread Norman Tuttle
() or ssl_open_socket() function sets the request. Please review the attached diff, which compares the latest flood_socket_keepalive.c file with the version produced from the patch creating the unified socket structure, which is named flood_socket_keepalive_2.c -Norman Tuttle, Developer, OpenDemand Systems

Changes to Flood code fix check_socket() SSL issue and make the code base more flexible for future code additions

2003-10-16 Thread Norman Tuttle
() function as well because it may not always call the open_socket() function but is has to link the request). Please examine the 6 attached diffs which outline these changes. -Norman Tuttle, Developer, OpenDemand Systems [EMAIL PROTECTED] --- flood_net.h 2003-10-15 15:28:32.0 -0400

Patch closes socket before reopening in open_socket in case of TIME_WAIT exhaustion; issue of memory allocation checking in the APR

2003-10-16 Thread Norman Tuttle
submission. -Norman Tuttle, OpenDemand Systems Developer, [EMAIL PROTECTED] PS: The conditions of lack of success for apr_socket_create() (found within apr_socket_open() function) should include a case where memory wasn't available to allocate for the creation of the APR socket structure, but I did

Diff for flood_net_ssl.c

2003-10-14 Thread Norman Tuttle
holding the modified file and the \flood-1.1 directory holding the original from Apache project, and is attached here as fns.diff since as inline the mailer would modify the text. -Norman Tuttle, OpenDemand Systems Developer [EMAIL PROTECTED] --- flood_net_ssl.c 2003-10-13 09:30:48.0

Problem compiling Flood1.1 on Solaris 8

2003-10-10 Thread Norman Tuttle
the other *.lo files I see in the project. Can somebody deduce what the problem is? -Norman Tuttle, OpenDemand Systems Developer [EMAIL PROTECTED]

Re: Problem compiling Flood1.1 on Solaris 8; Problem solved

2003-10-10 Thread Norman Tuttle
Solved the problem. It was an environment issue. We now have Flood 1.1 built on Solaris. -Norman Tuttle (OpenDemand Systems Developer), [EMAIL PROTECTED] On Thu, 9 Oct 2003, Norman Tuttle wrote: The make all for Flood 1.1 is failing for Flood1.1 on Solaris 8, after using the following

Finally able to make the flood (1.1) executable for Win32 (part 1)

2003-10-09 Thread Norman Tuttle
After making the modifications described in the last email I sent (namely, changed APR_HAVE_APR_ICONV back to APR_HAS_APR_ICONV in xlate.c), I still had to copy several library and include files manually, some of which I imported from my former build of flood and its dependencies about a year ago,

Re: Finally able to make the flood (1.1) executable for Win32 (part 2), diffs attached in -u3 as per request

2003-10-09 Thread Norman Tuttle
, with SSL server-side certificates, that are not found when running Flood from the Unix (Solaris) platform. I will provide Url and test files as a separate post. -Norman Tuttle, OpenDemand Systems Developer, [EMAIL PROTECTED] On Thu, 9 Oct 2003, William A. Rowe, Jr. wrote: Norman, we need the unified

Error in compiling XLATE.c for Win32 with Flood1.1

2003-10-08 Thread Norman Tuttle
last year sheds no light on it either). -Norman Tuttle, OpenDemand Systems Developer [EMAIL PROTECTED]

Has anybody had any success compiling the latest Flood on Windows?

2003-10-07 Thread Norman Tuttle
in this task, please let me know (I had already built Flood on Windows about a year ago from CVS successfully). -Norman Tuttle [EMAIL PROTECTED] (OpenDemand Systems Developer)

Re: Has anybody had any success compiling the latest Flood on Windows? Also, perhaps it would be helpful to package the complete source (don't see this done correctly for Win32).

2003-10-07 Thread Norman Tuttle
for Win32? -Norman Tuttle, OpenDemand Systems Developer [EMAIL PROTECTED] On Tue, 7 Oct 2003, Norman Tuttle wrote: I retrieved the Flood from the tarball when they said the new release (1.1) was ready. I am finding the build rather arduous. It would also be helpful if I were able to find

Re: flood: responsescript patch, take 2

2003-08-25 Thread Norman Tuttle
Jacek: Now that you've added this in, what exactly does it do? How does it hook into Flood to provide feedback from response data (or does it)? Do you have any example scripts that exhibit these properties? -Norman Tuttle [EMAIL PROTECTED] (OpenDemand Systems) PS: We have interest because we

Flood: Bug fixes and questions for developers

2003-08-05 Thread Norman Tuttle
and potential feature improvements and efficiency-building modifications, in exchange asking for guidance on other features which we are trying to implement (or implement better). -Norman Tuttle, developer, OpenDemand Systems, [EMAIL PROTECTED] Below, I have begun with some comments on various topics: 1

Assert used in Flood and its triggering under Sun Solaris

2003-04-28 Thread Norman Tuttle
Flood Developers on Solaris / in general: The flood website says that the majority of the developers for the Flood project have developed it using Solaris and Linux. Therefore I am curious to know why I might be seeing different behavior when running keepalive socket code on Solaris (than Win32

Re: Getting an Error, farm not Bingo

2003-04-21 Thread Norman Tuttle
Easy one. The farm you specified is not named Bingo. Flood wants to run only a farm named Bingo. Change the name of your farm to Bingo and the file will work! -Norman Tuttle [EMAIL PROTECTED] On Mon, 21 Apr 2003, Snehal K.Gandhi wrote: Hi all, i'm getting an error when i try running the XML

Two questions on development (multithreading pools)

2003-04-03 Thread Norman Tuttle
, please let me / the list know. -Norman Tuttle, Software Developer/Consultant, OpenDemand Systems [EMAIL PROTECTED]

Use of apr_sleep() in Flood, and apr_psprintf

2003-02-17 Thread Norman Tuttle
a feature of a function which it already calls, and used this new function locally (I called it print_to_pool) without modifying the version of the apr. I haven't seen the type of problems I was seeing earlier since I made this switch. I can make this code available upon request. -Norman Tuttle