Using large pages support in Sun Web Server


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS Using large pages support in Sun Web Server
# 1  
Old 06-30-2009
Using large pages support in Sun Web Server

Solaris has a multiple page size support. This blog describes using 256M page support for Sun Web Server on CMT systems to improve performance.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Solaris

Sun as a web server!

Hi folks! I'm using a Sun station as a management station for another network. The Sun has a capability to be accesed by a PC or another machine via web browser (Netscape is prefered). BUT, when I try to do that, from the PC I receive the massage "Unable to connect to Netbinder Server!". Can... (1 Reply)
Discussion started by: igorgog
1 Replies

2. UNIX for Dummies Questions & Answers

Dynamic web pages for Unix Web Server

Hi, my company is considering a new development of our web site, which used to run on Apachi over Solaris. The company who is going to do this for us knows only about developing it in ASP. I guess this means we'll have to have another ISS server on NT for these dynamic pages :( What are... (5 Replies)
Discussion started by: me2unix
5 Replies
Login or Register to Ask a Question
SVN::Web::RSS(3pm)					User Contributed Perl Documentation					SVN::Web::RSS(3pm)

NAME
SVN::Web::RSS - SVN::Web action to generate an RSS feed SYNOPSIS
In config.yaml actions: ... rss: class: SVN::Web::RSS action_menu: show: - file - directory link_text: (rss) head_only: 1 icon: /css/trac/feed-icon-16x16.png opts: publisher: address@domain ... DESCRIPTION
Generates an RSS feed of commits to a file or path in the Subversion repository. CONFIGURATION
The following options may be specified in config.yaml. publisher The e-mail address of the feed's publisher. This is placed in to the "<dc:publisher>" element in the RSS output. There is no default. If not specified then no "<dc:publisher>" element is included. Note: RSS dates have a specific format. Accordingly, the "timezone" and "timedate_format" configuration options are ignored by this action. OPTIONS
See SVN::Web::Log. TEMPLATE VARIABLES
See SVN::Web::Log. EXCEPTIONS
See SVN::Web::Log. COPYRIGHT
Copyright 2003-2004 by Chia-liang Kao "<clkao@clkao.org>". Copyright 2005-2007 by Nik Clayton "<nik@FreeBSD.org>". This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See <http://www.perl.com/perl/misc/Artistic.html> perl v5.14.2 2012-06-11 SVN::Web::RSS(3pm)