CacheLoader and cache beside pattern?

We are using a cache beside pattern for writes (the cache is updated together with two databases (ther applications and a legacy database) using XA-transactions, For various reasons we cant use a write-through solution for updating the databases).
In order to avoid extra network trips and explicit locks etc I would however like to use a CacheStore for lazy loading objects to the cache (from the application database) - is this a recomended practise or can there be any problems with race conditions etc?
We will most likely use multiple service threads and my main worry is that one service thread may request an object from the cache store while the same object is updated using an XA-transaction (that consivably could be handled by another service thread) leading to a stale object geting loaded from the cache store and overwriting the newer value set by the transaction...
All sugestions are appreciated!
/Magnus

I am open to suggestions (with what options would it be doable?) but we usually go for optimistic/read committed.
If this would not work I see the alternative to be the following (on the application server where the near cache lives):
1. Try get X (may work from either front or back or fail and return null if not in either cache)
2. If it returns null, lock X
3. Ask database for X
4. put X
5. Unlock X
But this would quite bad, 4 remote accesses (plus the database access) per cache miss (since there is no unlockAll, putAndUnlock etc) compared to:
1. Try to read (if not in back cache CacheLoader will read it)
Just one remote access plus the database access...
Another problem with the first solution is that I will not be able to detect if the item does not exist even in database or if it is just not loaded - requests for non-existent items will always result in database access. With the second solution I believe the Coherent feature with caching "null" would reduce that problem significantly.
I was hoping that coherence was aware of what keys it is in the process of obtaining from a CacheLoader and refused to update them (i.e. locked them) until the cache loader completed but I cant find anything in the doc that would confirm that this is the case.
Would it be possible to write my own CacheStore where the "put" & "putAll" do NOT store anything to the database (I would still use XA-transactions to update the database!) and is only there to keep track of updates that has occurred while a database request is in progress or would there still be race conditions that could leave stale data in the cache? I was thinking that if the cache store detects that X has been updated while loading X from the database it could throw away the database result and instead return the new updated value that it could hold on to (in case it would get evicted again before the database request completed). An alternative would be that it vetoes the update transaction including X if it knows that X is in the process of being loaded from database - this would cause my application to wait a little while and then retry hopefully after the database load has completed...
It would actually be nice if a cache store could lock X while loading it. This would be the clean and very efficient since the lock operation would be local. Is this possible/allowed somehow? That could work "seamlessly" with the transaction handling (I believe - not being an expert on this subject!).
/Magnus
Edited by: MagnusE on Sep 3, 2009 7:45 AM

Similar Messages

  • Service Locator and session facade pattern

    What are differences between Service Locator and session facade pattern?
    For me it seems one and the same.
    Please explain me in detail. Expecting kind help.
    Thanks,
    Rahul
    Edited by: rahulb1 on Feb 26, 2008 5:07 PM

    rdoekes wrote:
    The ServiceLocator Pattern is a singleton which hold a map of used DataSources. The idea is that you perform a lookup once and use the cache afterwards. The session facade is just one DataSource lookup.huh? Those J2EE patterns are not really reduced to datasources and the SessionFacade has actually nothing to do with datasources.
    Session Facade
    It has Facade in it and a Facade is usually used to give a simple entrypoint by providing a standartized interface. The same is now with the Session Facade. You have a Session bean that represents a high-level business component that interacts and calls lower-level business components.
    Imagine having client a accessing 5 business objects with the remote calls, which is not an efficient way (network latency) or accessing the SessionFace and the session face is doing all the work through local access.
    Service Locator
    As J2EE components are using JDNI to lookup for ejb interfaces,DataSources, JMS components, connections etc. isntead of writing all the lookup in many code piecess across the project, you write a service locator that gives you a centralized place to handle the lookup's. It's easier to maintain and to control such a setup.
    As you can see there's quite a big difference ;-)
    cya,
    Nail

  • How to implement cache-aside pattern in coherence.

    Hi,
    Is there a way to implement Cache-Aside pattern in Coherence. ?!

    We use cache aside in the following way:
    At startup ALL data ftom a database is loaded to a near cache (with unlimited non evicting back tear). All updates in the application then goes to both the cache and in our case TWO databases (one for the new system (the one we are loading from) and one belonging to our legacy environment (a hierarchical database!) that will be phased out over several years time) using XA transactions.
    The new database is only used for loading the cache and for persistence. The legacy database is only updated by this XA-transaction but is also read by a bunch of legacy applications. Our application is extremly read heavy (like three orders of magnitude difference) so the relativly poor performance of XA is not a problem.
    We use the cache to not only speed/scale out reads (that are helped by both the front and back cache) but also queries (that are handled by the back cache rier). Since the back cache tier contains all data our query results will be "complete" (i.e. give the same result as if answered by any of the databases) and we can therefore off-lload the databases significantly and that way postpone the point where they becomes a scalability bottleneck (we also dramatically reduce the number of CPUs and licenses for the database saving a lot of moiney).
    We can not use "write though" in this case since this results in a bulk update to be partitioned into several database transactions (performed by the various back cache nodes) that may suceed or fail individually (due to database contraints checks) of each other and that is not acceptable in this case (a bulk update must either completly fail or succeed). Nor can we use "read through" (with load on demand) since we need to keep trhe full data base content in the cache - if we did not we would need to send queries to the database instead of the cache loosing the performance / scalability improvement that we need.
    Now one can of course say that this is not a "normal cache" scenario since we load ALL data to the "back cache" but I anyhow wanted to mention it as one case where "cache aside" makes sense (or at least it worked for us) :-)
    /Magnus

  • Cache monitoring and caches

    1.please let me know about cache monitoring and cache i referred help.sap.com.i am not getting clear idea.
    2.about aleaud message type
    3. sync-async bride , communication

    Hi Pv,
    1: Refer the following link for caches in XI
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47a79301290
    Webinar on Cachemonitoring:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/53399e62-0c01-0010-7bb8-fd4f3b613a16?prtmode=navigate
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/webinars-nw-rig/monitoring%20in%20exchange%20infrastructure%203.0%20-%20webinar%20powerpoint.pdf
    2:ALEAUD is the utility to capture the status of the IDOCs during IDOC communication .
    For more:
    http://help.sap.com/saphelp_nw04/helpdata/en/0b/2a6550507d11d18ee90000e8366fc2/frameset.htm
    3:
      Sync -Async Bridge:
               This is a predefined functionality in BPM privdec by SAP to  communicate between the two business systems in which one is a synchronous Business system and the other is asynchronous business system.to acheive this we use a Sync/Async Bridge.Its has explained in detail in the 12 th heading in the thread with screen shots(below mentioned thread- 10939).refer the follwing threads for more information on BPMs.
      /people/sharathchandra.girmaji/blog/2008/09/11/bpm-with-patterns-explained-part-1
      /people/sharathchandra.girmaji/blog/2008/09/11/bpm-with-patterns-explained-part-2
      keep searching SDN .It has loads of information  on BPMs including the scenarios.
    Thanks,
    Ram.

  • Lenovo U310: Clean Windows 7 Installation Guide (including Rapid Start and Caching)

    Hi there,
    this is the first time that I am writing such a guide/tutorial/whatever you may call it – there are probably better ones, but though not being a total computer noob, it took me almost one week to get this pretty (now again) little beast running again. So hopefully this helps some others to avoid such stupid downtimes.
    A brief overview on what has happened to my original win 7 Home Premium:
    As some may know, this laptop is very well usable as a “Hackintosh” called Macbook clone. So that’s what I did. It turned out to be nice, but I wanted to go back to Windows after a while, using a clean W7 Pro installation to start over. Actually an easy task, format all drives, install Windows, be happy. Just as I had been doing this for years. Unfortunately, it turned out to be a real challenge. First, I couldn’t “see” my drives during installation (and thus not install), then I got random errors during installation aborting it at different points and finally rapid start and caching didn’t work. Every time I tried to activate them (after Win installation), it crashed my PC. I even found an (official Lenovo!) guide stating to install W7 on the SSD, which worked, but sucks due to space limitations. Oh and another very nice thing: The SSD showed up during WIN installation (but not the classical hard drive) stating it was about 60 GB. So as you can see, I have had a lot of different tries and errors. Why I didn’t use Lenovo Easy Recover? As said before, I erased all partitions…
    Before we start: If you have a good Windows running on the Laptop, do yourself a favor and disconnect the RAID 0 disks using the Intel Rapid Storage Application before(!!!) proceeding. It will make things much easier. And don’t forget to get all you data on an external drive or something.
    Ok, now let’s start.
    1.)    Prepare a USB Stick with the following driver
             http://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=21730 (choose f6flpy-x64.zip If you’re running a   
             64-bit system (standard nowadays), take f6flpy-x86.zip if it is a 32-bit Windows, just download and copy them
             into the stick’s root directory) and plug this stick in one of the left side USB ports.
    2.)    You’ll need Win 7 on either a DVD (plus external drive, for sure) or (bootable) USB stick
    3.)    Connect your drive/stick (with W7) to the right side USB port.
    4.)    Switch the computer on, immediately hit FN and F2. That will open the BIOS.
    5.)    In the BIOS, navigate to the very right section (“save and exit”) and navigate the cursor to “load setup defaults”.
             Hit enter to approve.
    6.)    After that, go to the “boot” tab and disable UEFI-boot.
    7.)    Next, go one more tab to the left and set the controller setting to RAID (NOT AHCI or Compatible!!!).
    8.)    Navigate the cursor down to “Intel Rapid Start” and hit enter. A submenu will pop up-
    9.)    Disable the first entry in that window, that will make the rest be disabled as well.
    10.) Navigate to the very right tab, this time hit save and exit.
    11.) The PC restarts.
    12.) Immediately hit FN and F12 to open the boot selection menu. Select to boot from your W7 DVD drive or USB
            stick.
    13.) Click yourself through the whole process of installing Windows 7 until the page comes up where you will have
            to select where to install it.
    14.) Click on “load drivers” and after a few seconds your downloaded driver should be there. Click ok to use them.
            Please do this step even if you can see your drives (SSD Disk 0, 32 GB and HDD Disk 1, 465(<-?) GB) as you
            would expect them – otherwise you’re very likely to get an error during the install process.
    15.) Now erase all partitions on both drives and select the HDD as the drive to install W7 to – NOT THE SSD!!!!!
            Seriously, don’t choose the SSD.
    16.) Windows will probably say that some extra partitions are necessary and so on, click ok and install Windows.
    17.) After the installation has finished and you see your Desktop, I suggest you to proceed with the next steps in the
            following order to see as early as possible if you are on the right way.
    18.) Install the Chipset driver, restart.
    19.) Install the Intel Rapid Storage “driver” and check the box where it asks to additionally install the control center.
            Reboot.
    20.) Go into BIOS (FN and F2) and enable Intel Rapid Start (the one you disabled in Step 8 and 9)
    21.) Boot into Windows.
    22.) Click on the Windows button, type cmd and right klick on the cmd.exe, select to run it as Admin.
    23.) Now you’ll create a hibernation partition on the SSD. (which by now should be completely empty as we’ve
            deleted all partitions in step 15)
    24.) In the command prompt that we have just opened, type: (without quotas, for sure)
    “diskpart” and hit the enter button
    “list disk” and hit the enter button
    Now you should see your ssd as disk 0 and your hdd as disk 1
    If your ssd is disk 0 (that would be standard), write “select disk 0”, otherwise write: “select disk 1”, and hit the enter button.
    Now write “create partition primary size=4096” and hit enter again. [if you have 4GB of ram, type 4096, if you have 8 GB of ram, use 8192]
    Now write “detail disk” and hit enter to see the volume number behind the volume that we have just created (it is 4 GB or 8 respectively, should be easy to find), in my case that was “2”
    Now type “select volume 2” if your 4 or 8 GB volume has number 2 as well, otherwise use the number you found out in step f. Hit enter.
    Finally, type: “set id=84 override” and hit enter for one last time.
    It should now say back that the id has been set successfully.
    Exit the command prompt. (close)
    25.) Reboot
    26.) Install the Rapid Start driver. Reboot.
    27.) Open the Intel Rapid Storage Application.
    28.) Click on accelerate and approve the settings. Two RAID’s will be created. Reboot.
    29.) Install the remaining drivers, have fun with Windows Update and that’s it!
    Good luck to all of you… And hey Lenovo - wouldn't that have been your job after all these posts showing your costumers in trouble? Just my two cents...
    If you want, you can now turn on UEFI-boot in BIOS.
    PS: If, after installing all drivers, you happen to see one unknown device in your device manager – this one belongs to Lenovo Connect Software that came with your Laptop. (Updates FB, Email etc when PC is in sleep mode) If you install Lenovo Connect it’s going to be fine, however, I would not recommend it as it is said to use a lot of energy and cause some other problems. So just live with it, your PC is totally fine without it.
    Kind regards from Shanghai

    Seriously guys, I can't use my 3 days old laptop. Some help would be mostly appreciated. At this point, the network connection issue doesn't show up anymore, it's just a blank screen after reboot. I reinstall windows and do it all over again just to achieve the same result.
    Now couple of things caught my attention: as I load the "6flpy-x64.zip" driver from step 14, I get a message saying I need to install signed drivers, because unsigned ones are likely to mess up the system.
    Secondly, I could not find any Rapid Storage Technology drivers for Windows 7 (particularly for U310 model), so I use the Windows 8 ones (http://support.lenovo.com/en_US/downloads/detail.page?DocID=DS031455), which seems a silly thing, yet I know of no alternatives.
    Could it be any of these issues to cause my problem? Or smth else? Please help!

  • What is the diffrence between cookies and cache, is it safe to remove cache?

    what is the difference between cookies and cache , is it safe to remove cache ? . I had cleaned cookies many times but I have not removed cache , does it goes on increasing day by day ? please let me know

    Cookies are small files that contain information useful to a web site -- such as password, preferences, last date visited, etc. You may remove the cookies that you don't want adn since some of them are a privacy issue, many people remove them all.
    Cache is just a collection of data downloaded to help display a web page. After you leave a site, much of the cache is left on your computer and is no longer needed. You can always remove the cache because it will be replaced as needed.

  • I cannot access the internet, I tried to answer that said to go to settings, safari, tap clear history, cookies and cache, cut off, then on, but it did not work.  When I go to internet the screen is grey??? please help I am a new user!!

    I cannot access the internet the screen is grey, I have tried by using the answer from someone but it does not work...I went to settings, tap safari, then clear the history, cookies, and cache, then turn off ipad.  When I did that twice, it did not work.  How long does it take for the clear history to work?  I am a brand new
    user of the ipad2 and I am disappointed that this is happening already.

    Have you been able to access the internet previously and now it's suddenly not working, or are you still trying to access the internet for the first time on your iPad?  Are you at home trying to connect through your home router?  If you are at home, did you put your home routers encryption code as your password?  The encryption code is what your iPad is looking for and it is usually found on the router and is typically a 13 digit combination of letters and numbers.  Let us know......

  • My first generation iPad suddenly stopped opening Safari.  I cleared history, cookies, and cache, and Safari still won't open.  Any suggestions?

    When I attempt to open a Safari window on my first-generation iPad, it opens to a blank screen.  I can see the web address bar and the search box, but the rest of the page is white.  I cleared cookies, history, and cache, but still nothing happens.  The iPad is 3G, and I have tried to open Safari using both 3G and my home WiFi.  My wife has an iPad 3 WiFi, and hers opens without issue.  Any suggestions on what I might do?  Thanks!

    1. Double-click the Home button to close all Inactive Apps in Task Bar
    2. Hold the Apps in Task Bar down for a second or two until you see the minus sign
    3. Tap the minus sign to close Apps
    4. Tap center of screen to return to Home Screen
    5. Reset iPad. Hold the Sleep and Home button down for about 10 second until you see the Apple logo. Ignore the red slider

  • Error in INTEGRATION_DIRECTORY_HMI and CACHE REFRESH

    Hi guys, well after checking the forum and several blogs i can't get rid of my problem!
    I have a problem concerning INTEGRATION_DIRECTORY_HMI and CACHE REFRESH.
    i wanted to get a file from a FTP-Server via CC and i got error:
      <SAP:AdditionalText>Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI.</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while refreshing the XI runtime cache</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
    Because of this i tried to update my cache (SXI_CACHE). When i do a Delta Cache Refresh i get:
    Prefix Number: entry missing for system SSID client 100.
    When i do a complete Cache Refresh nothing happens at all. I also checked the cache notification in IB - Integration Directory where i fin dout that only the Integration Server (ABAP Cache) won't refresh. Well status is started but nothing else is happening.
    Then i checked the RFC INTEGRATION_DIRECTORY_HMI, did a connection test where i get an Internal Server error.
    Let me tell u that the systems runs very well in the last days but now i have no clue what might be wrong.
    Can somebody please advice me? I already read all blogs concerning this and also did a complete system-restart....
    br Jens

    when you check INTEGRATION_DIRECTORY_HMI with SM59 it is normal to get
    HTTP Response 500 - Internal Server Error. In this case it meens everything OK
    see the rediness check, that is attached to SAP note 817920
    when you start the complete cache refresh, you can see
    the function module SAI_CACHE3_REFRESH_BACKGROUND in SM58. As long as you can see this entry, the cache
    refresh is ongoing. If the refresh takes too long and runs on an error, try to specify another timeout in INTEGRATION_DIRECTORY_HMI or in the ICM
    Best Regards
    Alexander
    Message was edited by:
            Alexander Wrobel
    Message was edited by:
            Alexander Wrobel
    Message was edited by:
            Alexander Wrobel

  • Problems in SLD and Cache refresh (SXI_CACHE).

    Dear Experts,
    I am facing SLD and Cache refresh problems in PI 7.0 on HP-UX.
    1) SXI_CACHE : Last Error During Cache refresh is showing LCR_GET_OWN_BUSINESS_SYSTEM - NO_BUSINESS_SYSTEM error. And also Start Delta Cache Refresh / Start Complete Cache refresh are in deactive mode (Frozen).
    2) SLDCHECK : Log says No Business System for ABC Client 100 ".
    where ABC=SID. Business System INTEGRATION_SERVER_ABC is declared in SLD and client 100 is assigned.
    My question is : Is this a BASIS or DEVELOPER issue? Also please let me know if you have any solutions for the above mentioned issue. Thanks in Advance.
    SLDCHECK Log Snippet:
    SLD server access settings:
    host name: ABCXIDEV
    port number: 50000
    user : PIAPPLUSER
    Use transaction SLDAPICUST if you wish to maintain the SLD server access data
    Launching the SLD GUI in a separate browser window...
    => Verify in the browser GUI that the SLD is in a healthy running state!
    Calling function LCR_LIST_BUSINESS_SYSTEMS
    Retrieving data from the SLD server...
    Function call terminated sucessfully
    List of business systems maintained in the SLD:
    INTEGRATION_SERVER_ABC
    ERP_DEV_100
    Calling function LCR_GET_OWN_BUSINESS_SYSTEM
    Retrieving data from the SLD server...
    No corresponding business system found for system ABC client 100
    => Check and maintain the SLD content for the current client

    Hello,
    Since this is an PI system, your XI consultant must have created/will need to create business systems in SLD for the scenario to work properly. This error is because it cannot find the business system.
    You cannot point out the fingers on Basis or XI and say that it is THEIR issue. Please consult with the consultant who is doing the XI interface and check if the business systems he require are properly created in SLD. If not, create them or ask them to create it (if they are allowed to..).
    From the error, what i can see is that you have defined an integration server INTEGRATION_SERVER_ABC in SLD . the XI interface is checking the required business system in the integration server INTEGRATION_SERVER_ABC in SLD but cannot find it over there. Please check the integration server INTEGRATION_SERVER_ABC in SLD and talk to the XI consultant and you will be able to fix this with their help.
    Hope this helps you..
    Regards,
    Jazz

  • Irritating problem with Retina Display; dims/ flickers on and off and in weird pattern along bottom of screen

    I bought a 13-inch Retina MBP in late September 2014, just a few months ago and i am starting to have problems with the screen.
    First of all, the screen will sometimes fade and a weird pattern will appear at the bottom of the screen in which every second set of backlights is off and the other is on.  Here is a picture that i found on the internet; from a much older mac though but still shows the problem.
    The second problem, which is more irritating, is that every now and again the screen will sort of flicker where it will get darker then lighter and keep switching the brightness in a matter of seconds.  This is so hard to look at!!
    Hopefully there is an easy solution however i may have to take it to an Apple store and unfortunately get it replaced.
    Thanks.

    Howdy there chappo_10,
    It sounds like you have a couple of unexpected video issues on your 13 inch MacBook Pro. I'd like to recommend these troubleshooting steps specifically to hep you determine if you need to take it to the Apple Store:
    Apple computers: Troubleshooting issues with video on internal or external displays
    Reset the system
    You can reset the Mac's parameter RAM and SMC. 
    Reset the resolution
    Start by resetting the Mac's parameter RAM. If the display does not come up, was previously set to an unsupported resolution, and still results in no video:
    Start up in Safe Mode.
    From the Apple () menu, choose System Preferences.
    Choose Displays from the View menu to open the preferences pane.
    Select any resolution and refresh rate that your display supports.
    Restart your computer.
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • Google calendar is getting the error "Firefox has detected that the server is redirecting the request for this address in a way that will never complete." I have tried disabling cookies, clearing cookies and cache but that didn't work.

    Google calendar is getting the error "Firefox has detected that the server is redirecting the request for this address in a way that will never complete." I have tried disabling cookies, clearing cookies and cache but that didn't work.

    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    * http://kb.mozillazine.org/The_page_is_not_redirecting_properly

  • Tables in which Read mode and Cache settings are stored for Bex

    Hi BI Experts,
    We have a requirement for which we need to know the tables in which the read and cache modes are stored(locally and globally) when we change them in the query properties(In T code RSRT) of a query
    Thanks in advance
    Regards,
    M
    Edited by: madhu marupudi on Feb 5, 2009 5:30 PM

    Hi,
    Check in the following tables, these are related to Reports tables.
    RSZELTDIR Directory of the reporting component elements
    RSZELTTXT Texts of reporting component elements
    RSZELTXREF Directory of query element references
    RSRREPDIR Directory of all reports (Query GENUNIID)
    RSZCOMPDIR Directory of reporting components
    RSZRANGE Selection specification for an element
    RSZSELECT Selection properties of an element
    RSZELTDIR Directory of the reporting component elements
    RSZCOMPIC Assignment reuseable component <-> InfoCube
    RSZELTPRIO Priorities with element collisions
    RSZELTPROP Element properties (settings)
    RSZELTATTR Attribute selection per dimension element
    RSZCALC Definition of a formula element
    RSZCEL Query Designer: Directory of Cells
    RSZGLOBV Global Variables in Reporting
    Thanks
    Reddy

  • Bbc homepage not loading, even though I cleared cookis and cache. Any advice on how to sort this problem?

    I have FF version 4. The BBC home page will no longer load, though I can load other BBC pages such as BBC news. I don't know why it won't load and I just get a blank white page - t loads in safari fine. I have cleared cookies and cache but it makes no difference. Please advise on next steps for trying to sort.
    thanks

    Are of your purchases done under a single Apple ID/iTunes Account?  Perhaps this article can provide a resolution.
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    B-rock

  • Clearing history, cookies and cache

    Hi,
    After noticing that YouTube was freezing more and more when I use it, I decided to try clearing history, cookies and cache through 'settings' 'Safari' then 'clear'.
    The problem is that I don't think anything is happening when I do this. I still seem to have all my history in YouTube and Google, and I am not sure how to find out if Temporary or Cache files have deleted. I noticed that one of the postings suggested that I first need to close multiple Safari pages but this doesn't seem to have done anything either.
    Can anyone recommend how to:
    a- force a clearing of these files; and
    b- check if temporary or cache files have deleted?
    Thanks!

    Try to set the network.http.spdy prefs to false on the <b>about:config</b> page.
    *network.http.spdy.enabled
    *network.http.spdy.enabled.v2
    *network.http.spdy.enabled.v3
    *http://kb.mozillazine.org/about:config
    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.

Maybe you are looking for

  • Script Editor does not work. Panel blue and empty.

    Hi I installed Oracle Database XE yesterday on Acer TravelMate C300, Microsoft XP SP2 Tablet Edition and .. I cannot read SQL scripts I cannot access to the editing panel of Scripts Editor when I want to create a new script. I used System and HR logi

  • I think i bricked a partition on my hard disk, how to reset?

    Hi! Earlier this year i had to install Windows 8 on my mac because one of my classes at school requires it. This i did and it all went fine until i had to reinstall the OS because of some unrelevant problems. So i deleted Windows 8 via Bootcamp Assis

  • Can't edit informations or add artwork to certain tracks...

    Hi all, is there somebody that can help me with this? I have iTunes 8. Among the several tracks i added to my library, there are some that are basically unaccessible: I right-click on them and go to the "Get Info" menu'; whereas the blanks can usuall

  • Safari 4 fails to start

    Hi. I just installed Safari 4 on my work PC. When launching the application it crashes immediatelly. In the Application Event viewer the following is collected: Faulting application safari.exe, version 4.530.17.0, faulting module msvcr80.dll, version

  • New Travel Schema

    Hi Gurus, I have a question regarding travel schema. Our issue is that, we need to create new travel schema where not all expense types should be assigned. At the same time, remove some expense types to already created travel schema. How to configure