The Alteon Personal Content Cache vs cisco cache engine

The Alteon Personal Content Cache vs cisco cache engine
our customer want to deploy cache solution
and want state of art product in current market
can you tell me more in term of 1 perfomance
second current market share.

Hi James,
The Alteon Personal Content Cache is Nortel's OEM of the Novell ICS (now called "Volera Excelerator").
This forum isn't really the place to get into discussions of competitive differentiators, but suffice to say that we believe our solution has some significant benefits and features/functionality that the Alteon PCC lacks - for both Transparent Cache (TPC) and Content Delivery (CDN) deployments.
We have details on some recent large "customer wins" in the Content Edge delivery space on the web.
For some of these, see:
http://newsroom.cisco.com/dlls/corp_061801.html
http://newsroom.cisco.com/dlls/corp_041801b.html
There are numerous other examples of these kinds of deployments.
You should contact your Cisco account representative and I'm sure they'd be happy to share more information with you.
cheers,
lincoln.

Similar Messages

  • Is there a way to prevent AnyConnect from caching the username of the last person who connected to the VPN?

    Is there a way to prevent AnyConnect from caching the username of the last  person who connected to the VPN?

    This can be done via specifying the "RestrictPreferenceCaching" parameter as described in the Anyconnect Admin Guide here:
    By design, AnyConnect does not cache sensitive information to disk. Enabling this parameter extends this policy to any type of user information stored in the AnyConnect preferences.
    •Credentials—The user name and second user name are not cached.
    •Thumbprints—The client and server certificate thumbprints are not cached.
    •CredentialsAndThumbprints—Certificate thumbprints and user names are not cached.
    •All—No automatic preferences are cached.
    •false—All preferences are written to disk (default—behavior consistent with AnyConnect 2.3 and earlier).

  • Ip Spoofing in Cisco Cache

    Is there any way to enable ip spoofing in CIsco Cache Engine.We are Using Cisco Cache Engine with 3640 router???

    This question does not specify which IP address should be spoofed. Perhaps an explanation of WCCP and caching
    will answer the question.
    With WCCP enabled, the traffic passing through the 3640 router will be redirected to the CacheEngine. The CacheEngine
    will then check to see if it has the objects being requested. If so it will "spoof" the web-servers address, and
    respond to the client. In this way the client thinks it is getting a response from the web-server.
    If the CacheEngine does not have the object requested in its cache, then it will retrieve this content from the web-server and
    then "spoof" the web-servers address and response to the client. The connection from the CacheEngine to the web-server
    will use the IP address of the CacheEngine and NOT the address of the original client making the request. The result
    of this is that the web-server will only see requests from one ip address for the entire organization using that CacheEngine.

  • JRE Cache ignores the "Expire" and "Cache-Control: no-cache" directives.

    My applet is using HttpURLConection to retrieve data from a server with Caching enabled. The cache contents are "revalidated" (via "if-modfied-since") each time the applet is started. However, subsequent requests to retrieve the same resource are always read from the cache with no validation even if the resource has expired.
    The server is sending a valid "Expires:" tag and "Cache-Control: no-cache" tag in the response; but, the JRE refuses to recheck for an updated version of the resource even after the file has expired.
    The JRE does seem to understand the "Cache-Control: no-store" tag; but, this is inefficient (no caching at all) when I'm tring to get it to not refetch the resource unless there's a change. Is there some other tag that the JRE is expecting to see?

    I have a similar problem except that I want my pages to not cache at all. The server is setting the Cache-Control: max-age to 0 and the Expires to "now" but JRE seems to ignore these settings, but only sometimes. Sometimes pages are fetched from cache and sometimes from the server.
    In my applet I'm using a normal URLConnection like this:
    URLConnection uc = new URL("http://<server>/method").openConnection();
    uc.connect();
    InputStream is = uc.getInputStream();
    is.read();When my request headers look like this:
    accept-encoding: gzip
    Host: <server>
    Cache-Control: no-cache
    Pragma: no-cache
    User-Agent: Mozilla/4.0 (Windows XP 5.1) Java/1.6.0_13
    Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    Connection: keep-alivethe page will not be cached and is requested again but this time without the accept-encoding, Pragma and Cache-Control. The adding (and removal) of the headers seems to happen inside the JRE, though. I'm not explicitly setting them.
    The response header of the first request looks like this:
    HTTP/1.1 200 OK
    Date: Wed, 20 May 2009 12:55:07 GMT
    Server: Apache/2.2.11 (Win32) mod_jk/1.2.26 PHP/5.2.8
    Cache-Control: max-age=0
    Expires: Wed, 20 May 2009 12:55:07 GMT
    Vary: User-Agent,Accept-Encoding
    Content-Encoding: gzip
    Keep-Alive: timeout=120, max=79
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    Content-Type: text/html;charset=iso-8859-1When the request is made with this header:
    User-Agent: Mozilla/4.0 (Windows XP 5.1) Java/1.6.0_13
    Host: <server>
    Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    Connection: keep-aliveThe response headers looks like this:
    HTTP/1.1 200 OK
    Date: Wed, 20 May 2009 12:55:07 GMT
    Server: Apache/2.2.11 (Win32) mod_jk/1.2.26 PHP/5.2.8
    Content-Length: 1016
    Cache-Control: max-age=0
    Expires: Wed, 20 May 2009 12:55:07 GMT
    Vary: User-Agent,Accept-Encoding
    Keep-Alive: timeout=120, max=83
    Connection: Keep-Alive
    Content-Type: text/html;charset=iso-8859-1And in this case the JRE sometimes fetches the request from the server and sometimes from cache. I have not been able to determine how the JRE decides to refresh, or why it sometimes sends an accept-encoding and Pragma header and sometimes not.
    any help would be appreciated.
    Alex

  • "Content-type: text/html; charset=utf-8 cache-control: no-cache..." display

    "Content-type: text/html; charset=utf-8 cache-control: no-cache, no-store, max-age=0, must-revalidate pragma: no-cache X-Frame-Options: DENY "
    is being displayed at the top of one of our pages now. I can see that line in the body section of the page using Firebug, but can't find what is creating it there.
    Does anyone have any tips on how I would go about finding something like this?
    The page was using a custom theme but that stopped working when we upgraded to 4.1. So, I copied the Simple Green template to start modifying.
    Mentioning that in case it's relevant...
    Thanks!

    LauraC wrote:
    "Content-type: text/html; charset=utf-8 cache-control: no-cache, no-store, max-age=0, must-revalidate pragma: no-cache X-Frame-Options: DENY "Looks like an HTTP header...
    is being displayed at the top of one of our pages now. I can see that line in the body section of the page using Firebug, but can't find what is creating it there.
    Does anyone have any tips on how I would go about finding something like this?If it's included within the <tt>body</tt> element in the original page source then it's produced by something in APEX and the position in the source will give a clue as to where. You should also run the page in Debug mode and look at the trace to see if there's any clues there.
    If it's visible in the generated page source but not the original then it's produced by something dynamic in the page. Possibly some JS lingering from the previous theme?

  • Googlegroups and twitch.tv won't load properly (no content displayed) cleared cookies/cache, nodnsprefetch, no proxy, safemode, didn't help!

    googlegroups and twitch.tv won't load properly (no content displayed) cleared cookies/cache, nodnsprefetch=true, made sure no proxy, safemode, didn't help!
    The rough page layout works fine, but the actual tv-content (twitch) or the actual message texts (ggroups) won't show up. Also, clicking on the prefernces wheel in ggroups will display a small, empty box instead of a drop down menu filled with stuff.
    The pages all work properly in chromium.
    Note that youtube and normal google search, freemail provider pages, news pages and basically all other pages i can think of work normally and 100%!
    I'm using linux 64bit, firefox 22. This problem however, is not new, it happened with older ff versions too. I'm just tired of firing up chromium each time, so i decided to report it here to get a solution.

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be careful not to copy corrupted files.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Is Flash Cache fully transparent? Can I see content of a flash cache?

    Hi,
    is there possibility to see content of a flash cache like v$bh ?

    On the cell layer, you can do
    CellCLI> list flashcachecontentThat returns several info about the flashcached objects, amongst others the objectnumber that you can retrieve on the Database Layer with DBA_OBJECTS (object_id there).
    AFAIK, there is no direct view on the Database Layer for that.
    Kind regards
    Uwe Hesse
    http://uhesse.wordpress.com
    P.S.
    Example for looking at multiple Cells for FlashCache info about a certain table:
    dcli -g cells.txt "cellcli -e list flashcachecontent attributes cachedKeepSize,cachedSize,hitCount where objectnumber=75698"Usage of dcli as above is explained here:
    http://uhesse.wordpress.com/2011/03/22/exadata-part-vi-cell-administration-with-dcli/
    Edited by: Uwe Hesse on 22.03.2011 14:22
    Added the dcli part

  • I just bought a ipod touch. I am unable to use it because itunes tells me I have no internet connection (unknown error 306). I have tried all the suggestions I can find, including checking the firewall, the no proxy server is checked, resetting cache on i

    I just bought a ipod touch. I am unable to use it because itunes tells me I have no internet connection (unknown error 306). I have tried all the suggestions I can find, including checking the firewall, the no proxy server is checked, resetting cache on itunes, I even scanned the computer with Registry Easy but nothing worked.  I use Mozilla Firefox and have a PC with Windows 7. Obviously, buying a ipod and being unable to use it for 3 days (and counting) because I am unable to register it, is pretty frustrating. Can anyone help?

    Did you try all of this:
    iTunes Store loads partially or returns "Error 306" or "Error 10054"
    Proxies, parental control settings and software, security or filtering software, or a bad iTunes Store cache can cause this.
    To address proxies, Remove Internet Options proxy settings and connect to the Internet without a proxy.
    To reset iTunes Store cache:
    In iTunes, choose iTunes > Preferences (Mac) or Edit > Preferences (PC).
    Click the Advanced tab.
    Click the "Reset cache" button.
    Click OK and see if the issue is resolved.
    Adjust Parental Controls in iTunes:
    Open iTunes.
    Access iTunes preferences:
    On a Mac: From the iTunes menu, choose Preferences.
    On a Windows PC: From the Edit menu, choose Preferences.
    Click the Parental Controls tab.
    Remove restrictions on Parental Controls.
    For more information on parental controls or content filtering software, see iTunes 10.5 for Windows: May see performance issues and blank iTunes Store.
    For more information on other security software, see iTunes: Troubleshooting security software issues.

  • Server 2.2: Caching server not caching content

    I configured and turned on the new Caching server, then on the same computer went into Mac App Srore and purchased an app.  I then checked the cache data directory and it is still empty.  Shouldn't it be caching purchases as well as updates? According to the Server app help file, it should.  It also says that no client configuration is needed.
    I checked the debug log at /Library/Server/Caching/Logs/Debug.log, and it contains these entries:
    2012/12/08 11:57:28:531  Request for configuration from http://suconfig.apple.com/resource/registration/v1/config.plist succeeded
    2012/12/08 11:57:28:715  computerModelRules missing from configuration http://suconfig.apple.com/resource/registration/v1/config.plist
    Is this normal?  Would it prevent caching?

    Well, all the permissions look right.
    I have deleted all the directries under Caching and it recreates them with the right permissions.
    I've moved the logging level to verbose and run it again and that seems to make no difference.
    I have two files in the directory Logs
    macpro:Logs XXXXXX$ ls -l
    total 16
    -rw-r--r--  1 _assetcache  _assetcache  1235 17 Dec 20:56 Debug.log
    -rw-r--r--  1 root         _assetcache   929 17 Dec 20:56 LastState.plist
    macpro:Logs XXXXXXX$
    Debug.Log looks like
    and LastState.plist looks like
    If I show the directory /Library/Server/Caching I get
    macpro:Caching XXXXXX$ sudo ls -lR
    Password:
    total 0
    drwxrwxr-x  3 _assetcache  _assetcache  102 17 Dec 20:56 Config
    drwxr-x---  3 _assetcache  _assetcache  102 17 Dec 20:56 Data
    drwxr-xr-x  4 _assetcache  _assetcache  136 17 Dec 20:56 Logs
    ./Config:
    total 24
    -rw-r--r--  1 _assetcache  _assetcache  10015 17 Dec 20:56 Config.plist
    ./Data:
    total 40
    -rw-r-----  1 _assetcache  _assetcache  20480 17 Dec 20:56 AssetInfo.db
    ./Logs:
    total 16
    -rw-r--r--  1 _assetcache  _assetcache  1235 17 Dec 20:56 Debug.log
    -rw-r--r--  1 root         _assetcache   929 17 Dec 20:56 LastState.plist
    plutil -p looks OK (well to me it does)
    macpro:Config rwillett$ plutil -p Config.plist
      "ReservedVolumeSpace" => 25000000000
      "LastConfigURL" => "http://suconfig.apple.com/resource/registration/v1/config.plist"
      "SingleMachineMode" => 0
      "Port" => 0
      "SavedCacheSize" => 0
      "LastPort" => 53484
      "Version" => 1
      "CacheLimit" => 0
      "DataPath" => "/Library/Server/Caching/Data"
      "LastConfigData" => <LOTS AND LOTS OF RANDOM DATA REMOVED AS I HAVE NO IDEA WHAT IT IS >
      "ServerGUID" => "882E672A-0172-4A21-84E0-0C1FC08DBC53"
      "ServerRoot" => "/Library/Server"
    After all this good stuff, I still have the same error of
    2012/12/17 20:56:19:750  Caching server started
    2012/12/17 20:56:19:768  Server GUID is 882E672A-0172-4A21-84E0-0C1FC08DBC53
    2012/12/17 20:56:19:787  Cache manager initialized, cache limit = unlimited, current cache size = 0 bytes
    2012/12/17 20:56:19:787  xpcListener should be running
    2012/12/17 20:56:19:788  HTTPServer: Started HTTP server on port 53484
    2012/12/17 20:56:19:797  Retrieving configuration
    2012/12/17 20:56:19:950  Request for configuration from http://suconfig.apple.com/resource/registration/v1/config.plist succeeded
    2012/12/17 20:56:20:027  computerModelRules missing from configuration http://suconfig.apple.com/resource/registration/v1/config.plist
    2012/12/17 20:56:20:112  Cleaning cache
    2012/12/17 20:56:20:185  Cleanup succeeded.
    2012/12/17 20:56:20:185  Registering for notifications
    2012/12/17 20:56:20:188  Registering for service
    2012/12/17 20:56:21:432  Request for registration from https://lcdn-registration.apple.com/lcdn/register failed: HTTP response 400, body "INVALID_DEVICE"
    2012/12/17 20:56:21:436  Registration rejected.
    2012/12/17 20:56:21:440  Flushing cache.
    2012/12/17 20:56:21:440  Server is suspended.  Will re-register in 3600 seconds.
    2012/12/17 20:56:25:055  Server shutting down (15)
    I'm surprised I'm the only person having this. It looks as if the system makes a connection to Apple, downloads some stuff and then rejects my registration.
    I'm very puzzled.

  • I live in a home with two other people, and one housemate tried to sync up his content from iTunes and iCloud onto another housemate's new iPad. the iTunes library only contains my content. is there any way to retrieve the there person's iCloud?

    i live in a home with two other people, and one housemate tried to sync up his content from iTunes and iCloud onto another housemate's new iPad. the iTunes library only contains my content. is there any way to retrieve the other person's iCloud? Can they go out of my account? Their content is saved on their iPads, but can another iCloud be on the same home computer?

    The syncing of music is one way, computer to phone. See this helpful document from a fellow user. Credit goes to the author.
    https://discussions.apple.com/docs/DOC-3141

  • Changing the email Content for the Contact Person Creation

    Dear All
    We are on SRM 7.0. We need to change he mail content that goes to the Contact Persons of Vendors. These contact Persons are created in SRM for bidding.
    How to change the email content?.
    Thanks in Advance.
    velu

    Hi,
    Pl. follow the following steps :-
    1. Create smartforms containing your own content to be sent to contact persons.
    2. Implement the BADI : BBP_OUTPUT_CHANGE_SF.
    3. There is one interface(method) in the above BADI e.g. :change_forms.  You have to call smart forms in this interface.
    I hope you may achieve your task by following the above steps.
    regards
    HARSHB

  • I just found an error in the file name for my Camera Raw Cache file.  How do I correct it?

    I just found an error in the file name for my camera raw cache file.  The error is in my username.  I don't know how to correct the error or if I should just leave it.  I'm not sure where my cache file is stored on my computer.  Any help would be appreciated.
    Thank you

    Since you are on a Mac if when you first set up your account you left out the i in Wilson nothing you do will change that. The REAL account name will always be alicewlson. Once an account is created you can't actually change the name of it. You can change the name that is displayed but not the REAL account name.
    Simplest thing to do is stop worrying about it. Everything is as it should be, that is except Wilson being spelled without the i.
    Lilac50 wrote:
    When I searched finder for "alicewlson" I found a long list of files like this:
    2014-07-22 12.50/File005.nef[15:16:35.212] (debug) src/ImageLoader.cpp:363: File: /Users/alicewlson/Recovered/2014-07-22 12.50/File002.nef[15:18:02.173] (debug) src/StoreXMLFile.cpp:21: /Users/alicewlson//.rpro/rpro.cfg
    I believe I made the error in my user name when I first got my computer a year ago. I then corrected it under my user name but not in my Lightroom files. I also looked for files with a .lrdata extension and didn't find any.

  • Forms/Reports: Role of the Database cache and Web cache

    Hello oracle experts,
    I am running a purely Forms and Reports based environment (9iAS).
    My question are:
    a. Is it possible to use features from the Web Cache and
    Database Cache to boost the performance of my applications?
    b. Are all components monitorable from the OEM?
    Please guide me so that i can configure my OEM to monitor my
    forms and reports services.
    thanks in advance for your reply
    Kind regards
    Yogeeraj

    Hi BradW,
    The way this is supposed to be done in Web Cache is by keeping separate copies of a cached page for different types of browsers distinguished by User-Agent header.
    In case of cache miss, Web Cache expects origin servers to return appropriate version of the page based on browser type, and the page from the origin server is just forwarded back to browser.
    Here, if the page is cacheable, Web Cache retains a separate copy for each type of User-Agent header value.
    And when there is a hit on this cached page, Web Cache returns the version of page with the User-Agent header that matches the request.
    Check out the config screen titled "Header Association" for this feature.
    About forwarding requests to different origin servers based on User-Agent header value, Web Cache does not have such capability.

  • Cannot update, repair, uninstall itunes in Windows7-64bit. Have itunes v10.5.0.142 installed but is missing "itunes64.msi" file .  Need copy of itunes64.msi file which is located in the file folder ProgramData\Apple Computer\Installer Cache. Thanks.

    Cannot update, repair, uninstall itunes in Windows 7-64bit.  I have itunes version 10.5.0.142 installed but is missing the "itunes64.msi" file.  Would like to obtain a copy of this file which is located in the file folder ProgramData\Apple Computer\Installer Cache.  If someone could supply a copy of this file on this site, it would really be appreciated.  Thanks in advance. 

    See Troubleshooting issues with iTunes for Windows updates for general advice.
    If you want to install an older version of iTunes see http://support.apple.com/downloads/#itunes or OldApps.com.
    tt2

  • Bridge encountered a problem and is unable to read the cache. Please try specifying a new cache location in Cache Preferences to correct the situation.

    Bridge encountered a problem and is unable to read the cache. Please try specifying a new cache location in Cache Preferences to correct the situation.
    I have do this again and again and again but Bridge ask me to this each time a start up ??

    Maria,
    Topic or subject titles should be clear, pertinent and concise so that individual users can tell at a glance if they can help or not.
    That field is not for attempting to fit your entire question in there.
    Please keep this in mind next time you post.  Thank you.

Maybe you are looking for