Bug 252089 - Review Request: oscache - High performance J2EE caching solution
Summary: Review Request: oscache - High performance J2EE caching solution
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL: http://www.opensymphony.com/oscache/
Whiteboard:
Depends On:
Blocks: FE-DEADREVIEW
TreeView+ depends on / blocked
 
Reported: 2007-08-13 21:54 UTC by Vivek Lakshmanan
Modified: 2008-06-26 01:09 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-06-26 01:09:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Vivek Lakshmanan 2007-08-13 21:54:21 UTC
Spec URL: http://vivekl.fedorapeople.org/rpms/oscache.spec
SRPM URL: http://vivekl.fedorapeople.org/rpms/oscache-2.2-2jpp.2.fc8.src.rpm

OSCache solves fundamental problems for dynamic websites:
+ Caching Dynamic Content - Dynamic content must often be
executed in some form each request, but sometimes that
content doesn't change every request. Caching the whole
page does not help because sections of the page change
every request. OSCache solves this problem by providing
a means to cache sections of JSP pages.
+ Caching Binary Content - Generated images and PDFs can
be very costly in terms of server load. OSCache solves
this problem through a Servlet 2.3 CachingFilter which
can cache any URI (such as an entire page or a generated
image/PDF)
+ Error Tolerance - If one error occurs somewhere on your
dynamic page, chances are the whole page will be returned
as an error, even if 95% of the page executed correctly.
OSCache solves this problem by allowing you to serve the
cached content in the event of an error, and then
reporting the error appropriately.
Needed for supporting application servers

Comment 1 Jason Tibbitts 2008-06-26 01:09:14 UTC
Closing as detailed in bug 252049 after a complete lack of response.



Note You need to log in before you can comment on or make changes to this bug.