Ticket #75 ( Closed )

Short Description problems on new server
Entered By: PeteL When: 1998-06-30 08:04:03 Build: 1.03.14b
Categories Type: Problem   Department: Product   Category: HTML Generation
Description
code working fine in development environment, as well as on test server. move to production server, multi-processor, dual 300MHz, code no longer works properly - datastream is being corrupted. phonemail left for Bill, will put a datastream trace and template trace on the ftp site, called ticketxx.zip (when i get a ticket number). this is of the utmost urgency, as we are for all intents and purposes already production with a couple dozen people, trying to cut them over to the production server.
thanks
Append By: WindSurfer  When: 1998-06-30 23:01:43  New Status: Accepted
Comment Problem was that the buffer was wrapping from position 1920 at the same time that a start field order occured. This bypassed the wrap code such that the wrap didn't occur.

The logic managing wrapping was updated to be thorough while at the same time a bit more processor efficient.

Fix is at ftp://ftp.ieinc2.com/pub/surfer/t1_3_17.zip...

Append By: PeteL  When: 1998-07-01 07:13:03  New Status: Closed
Comment fix is working fine, still can't explain why buffer is being built differently, but who cares.