- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: WASD GZIP / ZLIB
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2005 01:33 AM
01-06-2005 01:33 AM
I start the HTTP server and check with TCPTRACE if a page contents is readable : I don't find any info in the trace that reminds me on the page I was loading, so it must be encrypted. So, it works.
But when I load a page that takes about 5 seconds to load (heavy processing behind it), I get the message "done" in the browser together with a blank screen. The HTTP process on VMS level didn't die.
My config says :
[GzipResponse] 9
[GzipAccept] 1
And my modif to the default (as far as I remember):
[CgiStrictOutput] enabled
Anyone an idea why ?
Wim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2005 02:48 AM
01-06-2005 02:48 AM
Re: WASD GZIP / ZLIB
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2005 03:48 AM
01-06-2005 03:48 AM
Re: WASD GZIP / ZLIB
It seems that some info was lost.
I tried the same with Mozilla on VMS. HTML is still incomplete but most of the time (of course not always) there is a result but the title is missing ...
Wim
MRX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2005 04:32 AM
01-06-2005 04:32 AM
Re: WASD GZIP / ZLIB
http://wasd.vsm.com.au/ht_root/doc/htd/
the beginning of the doc
20 - WATCH Facility
20.1 - Server Instances
20.2 - Event Categories
20.3 - Request Filtering
20.4 - Report Format
20.5 - Usage Suggestions
20.6 - Command-Line Use
The WATCH facility is a powerful adjunct in server administration. From the Server Administration facility (19 - Server Administration) it provides an online, real-time, in-browser-window view of request processing in the running server. The ability to observe live request processing on an ad hoc basis, without changing server configuration or shutting-down/restarting the server process, makes this facility a great configuration and problem resolution tool. It allows (amongst other uses)
assessment of mapping rules
assessment of authorization rules
investigation of request processing problems
observation of script interaction
general observation of server behaviour
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2005 06:05 PM
01-06-2005 06:05 PM
Re: WASD GZIP / ZLIB
I already did. I asked the complete trace (2 first columns flagged in WATCH).
Here is the result in attachment.
I changed the zip level from 9 to 1. Idem.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2005 06:10 PM
01-06-2005 06:10 PM
Re: WASD GZIP / ZLIB
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2005 06:22 PM
01-06-2005 06:22 PM
Re: WASD GZIP / ZLIB
your font size is too small. Size 2 of fonts is not readable by any browser. The littest size readable is 8.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2005 06:25 PM
01-06-2005 06:25 PM
Re: WASD GZIP / ZLIB
Book an airplane and come and watch. It is perfectly readable on a 21 inch as well as on a 15 inch screen.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2005 06:38 PM
01-06-2005 06:38 PM
Re: WASD GZIP / ZLIB
If checked the script that generates the stuff.
The first lines it generates when the output is shown correctly is :
Content-type: text/HTML
<meta http-equiv="REFRESH" content="120" />
And in the HTML of IE I see
<meta h="" />Report of consolidated VER_PROC loggings
Truncated but by accident working ?
When it doesn't generate the META line (depends on the parameters) I goes wrong. I get
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2005 06:50 PM
01-06-2005 06:50 PM
Re: WASD GZIP / ZLIB
I should be happy to come and watch that, if you would have airplane ticket on you! I promise I'll pay for all beers we drink ;-)
Wish you Happy New Year
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2005 10:52 PM
01-06-2005 10:52 PM
SolutionYou have investigated and reported it quite thoroughly Wim (thanks for using WATCH), so so I don't doubt the veracity of your report.
First try getting the script to request the server not to chunk the response. Add the following to your script's CGI response header:
Content-Type: text/html
Script-Control: X-transfer-encoding-chunked=0
(the last is all one line just in case it wraps - this ITRC forums interface is awful)
Then see if the behaviour persists. My guess is it will. Then try suppressing the GZIP encoding:
Content-Type: text/html
Script-Control: X-transfer-encoding-chunked=0
Script-Control: X-content-encoding-gzip=0
Again my guess is that the problem will vanish (along with the compression). You can then turn chunking back on by removing the appropriate header or changing it to:
Content-Type: text/html
Script-Control: X-transfer-encoding-chunked=1
Script-Control: X-content-encoding-gzip=0
This will isolate the problem functionality.
You might also request that the server buffers the records your script is sending before providing them to the network (and GZIP encoding). The following will do that and have GZIP encoding switched back on:
Content-Type: text/html
Script-Control: X-buffer-records=1
Script-Control: X-transfer-encoding-chunked=1
Script-Control: X-content-encoding-gzip=1
My reason for suggesting we try this is to help establish whether it's the sizes of the data 'chunks' being given to the GZIP code that's contributing to the problem. Buffering records will cause a consolidated block of multiple records, rather than individual records, to be given to the GZIP encoding, probably changing the behaviour.
Leaving [GzipResponse] at zero will allow you to continue development until the issue is resolved (at the small sacrifice of no response compression).
This forum's interface is pretty clunky so shall we pursue this outside ITRC and we can report back when it's resolved?
I'd also recommend the info-WASD mailing list for these types of issues, it's a little less VMS-general/more WASD-specific.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2005 12:22 AM
01-07-2005 12:22 AM
Re: WASD GZIP / ZLIB
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2005 01:51 AM
01-13-2005 01:51 AM
Re: WASD GZIP / ZLIB
Thanks Mark.
Wim