Showing posts with label Open Source Product. Show all posts
Showing posts with label Open Source Product. Show all posts

Memcached


Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.
Memcached is simple yet powerful. It’s simple design promotes quick deployment, ease of development, and solves many problems facing large data caches. Its API is available for most popular languages.


Enabling HTTP Header Trace from Internet Explorer


HTTPHeaders is an Explorer Bar for Microsoft Internet Explorer that will display the HTTP Headers sent and received by Internet Explorer as you surf the web. It can be useful in debugging various web-development problems related to cookies, caching, redirection, proxy servers, etc. It is nicely integrated with Microsoft Internet Explorer so you'll be able to see the HTTP headers as they are sent and received from the web server, without any need to fire up an extra tool set. Information gathered using this tool can be saved to a file, ready for upload to Oracle Support.


  1. Please download ieHTTPHeaders from here: http://www.blunck.se/iehttpheaders.html
  2. Install the downloaded executable in the Client PC
  3. Open a new Internet Explorer session
  4. Activate the IEHTTPHeader window by selecting "View/Explorer Bar/ieHTTPHeaders" From your Internet Explorer menu bar. This will bring up a Window of HTTP header data that will accumulate as you navigate from place to place.
  5. Replicate the problem.
  6. Click the "HEADERS VIEW" tab in the ieHTTPHeaders window
  7. Right click the "HEADERS VIEW" page and choose save
  8. Analyse the Issue/Upload the file to SR.