Suggested feature useful for side cache scenarios

According to a phone discussion with Jon Purdy, when using a TransactionMap/CacheAdapter, a large amount of lock-related traffic goes out to the cache servers, even in case of OPTIMISTIC/GET_COMMITTED (in the Coherence prepare phase of the JTA transaction commit, in this particular setting) .
     Let's consider the situation, when the same data is written to the database (Oracle) and to the transactional-cache together, first writing the row to the DB, then to the cache. Let the transactional cache be configured as OPTIMISTIC/GET_COMMITTED, and the DB configured as READ_COMMITTED.
     In this case, the DB ensures, that after prepare() on the XAResource for the Oracle connection completed, you acquired the corresponding lock in the DB to all entries that Coherence would try to lock. These locks in the DB would be released during DB commit.
     Therefore, in this situation, all Coherence locking and lock releasing operations (which would come after DB prepare and before DB commit, so i.e. they would be held only while all the corresponding locks also exist in the DB) are unnecessary, provided all the clients use this policy to write to the DB and the cache.
     Therefore I would suggest a property for the CacheAdapter which would disable lock-related traffic in situations like this. It could also be extended to the TransactionMap, because similar mechanisms might be in place with other resources as well, not only 2PC Oracle.
     This could reduce the latency of the Coherence commit operations in these cases.
     Of course, I may have overlooked something, but currently I believe what I wrote up there is correct.
     Best regards,
     Robert

Hi Robert,
     Considering the situation where Coherence:
     * is acting as a "fully reliable" cache (e.g. using a cache entry in an optimistic transaction will never result in a rollback)
     * only caches data from other data sources (e.g. Coherence never acts as the system of record)
     There are two primary means of affecting the state of the cache:
     * updates to the database will update the cache
     * reads from the database will update the cache
     The challenge is how to handle the situation where one thread is committing changes and another thread is reading from the database. Oracle usually will not block reads (especially with READ_COMMITTED), so these are fully concurrent operations.
     So you could end up with the sequence (simulating the existance of global time, and ignoring potential server failures):
     t1 SELECT from Oracle (A=1)
     t1 UPDATE to Oracle (A=2)
     t1 PREPARE (acquires lock)
     t2 reads from cache (A=1)
     t1 COMMIT and update the cache (A=2)
     This would show up as a optimistic concurrency exception (if t2 tries to commit). The only difference is that t2 got "stale" (obsolete READ_COMMITTED) data from the cache rather than the database. Cache reads will generally be no more dirty than database reads.
     In this particular case, you can clean up cache reads by pinning active items out of the cache. In other words, lock the cache entry and then mark the entry as "temporarily nonexistant". Subsequent reads will block (if reading with a lock) or will read dirty data (if reading without a lock) ... it's the usual tradeoff between optimistic and pessimistic concurrency strategies. For read-heavy apps that can tolerate the occasional rollback, you can get by with dirty reads. For write-heavy apps, or those that can't handle rollbacks cleanly, you'll want to use the cache locking approach (effectively using the cache as a pessimistic "throttle" for the optimistic database).
     Using this pinning approach converts the transactions to hierchical form, allowing you to explicitly lock cache entries, with better reliability characteristics than XA transactions, and with less overhead.
     The short form of this is that you might not want to use Coherence as a transactional resource if it is acting as a pure cache of the database. If you have data in Coherence that is not in the database, then the current transactional approach is probably best.
     Thoughts/comments?
     Jon Purdy
     Tangosol, Inc.

Similar Messages

  • Which feature use for Infotype 1000 in OM

    HI,
    which feature use for Infotype 1000 in OM  .....

    Hi Manker,
    Objective of Features is to default based on certain conditions.
    Infotype 1000 is to create an object and doesnt not make use of Any Feature...or in simple words, NO FEATURE EXISTS for Infotype 1000.
    If this doesnt answer your query, appreciate if you can ask your question more clearly.
    Hope this helps.
    Kumarpal Jain.

  • MDM catalogs to be used for PM-SRM scenario

    Hello All,
    We are in a situation where we are using the SRM-MDM scenario for regular shopping carts. And also would like to leverage these MDM catalogs for purchases made in ECC Plant Maintenance "work Orders" for non-stock ECC material numbers maintained in ECC.
    These material numbers in ECC will have a Manufacturing Part Nmber (MPN) in the material master data.
    Since we had some difficulty connecting these SRM-MDM catalogs directly to the ECC work order we would like to bring these requisitions generated by "Work Orders" and push them to SRM. (Standard SAP)
    Once these Requisitions come into SRM as SC.. the system automatically approves this SC (Which is standard SAP)  but in this process we would like to know if there is a way the system can automatically make a call to MDM based on the Manufacturing Part Number (MPN) and bring in the price and the vendor details back to the SC automatically.
    Currently we are using SRM 6.0 and MDM 2.0 in our landscape..
    Any suggestions will be appreciated and rewarded..
    Regards
    SRM6.0 Ramp-Up-Customer

    Hi,
    Go with: SAP Application Components"> SAP SRM"> SAP SRM ENHANCE PACKAGE" >EHP1 FOR SAP SRM 7.0>Installation -->based on -->based on SAP NW 7.02 --> 51039147_1 SRM-MDM CATALOG 7.01 1 of 5
    Download relevent OS copy as its AXi and DB2. What ever It can be: OS Bit 64 or OS Bit 32.
    As it's DVD so it contains all version info in lable.sca file. Read it before you start installation.
    Regards,
    yaniVy
    reward if helps

  • What is the 'add marker' feature used for in iMovie 10?

    Can anyone tell me what the 'add marker' feature is used for in iMovie 10, I cant find any documentation on it anywhere, it doesnt even show under the help menu???

    ray sharpe wrote:
    Can anyone tell me what the 'add marker' feature is used for in iMovie 10, …
    hmm… well observed!
    In iMovie, markers are actually just… blue dots.
    In its bigger brother, FCPX, markers are…
    Markers overview
    Markers are reference points you can place within clips to locate, identify, annotate, and navigate to specific frames. In editing, markers are particularly useful for synchronizing two or more clips at a specific point. For example, you can use a marker to label the frame where a door slams and then snap a sound effect to that marker. You can use markers to flag a specific location in a clip with editing notes or other descriptive information. When you add chapter markers to specific points in your project, viewers can use the markers to quickly jump to those points in the movie after it’s been exported or burned to DVD or Blu-ray disc. You can also use markers for task management.
    Markers are classified as standard markers (blue), chapter markers (orange), to-do items (red), or completed to-do items (green).
    so, maybe, this indicates some forthcoming features in iMovie (wohooo, speculation!)?
    (iMovieX indicates some forthcoming features of next FCPX.1… but this is another story)
    There's one meaningful use, which comes to my mind:
    Edit to the beat:
    While your project is playing, you can 'tap' onto the M key…
    and not just 'per beat', but more like 'dancing', highlights, pauses, drama…
    In a second step, you can use the dots, to find the perfect point for edit.

  • Difference between WEP, WPA, and WPA2 and better suggestion to use for shared family users

    What is the difference between WEP, WPA, and WPA2? My router is set up on my family PC and connected to a modem so I access Wi-fi through my laptop and my sister has a laptop too and uses our family network to get internet. I just set up a WPA today, so will we all be able to get internet (along with my family using the pc, and my sis on her laptop, even at the same time) protected? (like nobody else using our network)

    Wired Equivalent Privacy, commonly called WEP is 802.11's first hardware form of security where both the WAP and the user are configured with an encryption key of either 64 bits or 128 bits in HEX. So when the user attempts to authenticate, the AP issues a random challenge. The user then returns the challenge, encrypted with the key. The AP decrypts this challenge and if it matches the original the client is authenticated. The problem with WEP is that the key is static, which means with a little time and the right tool a hacker could use reverse-engineering to derive the encryption key. It is important to note that this process does affect the transmission speed.
    WPA builds upon WEP, making it more secure by adding extra security algorithms and mechanisms to fight intrusion.
    WiFi Protected Access (WPA) is the new security standard adopted by the WiFi Alliance consortium. WiFi compliance ensures interoperability between different manufacturer’s equipment.WPA delivers a level of security way beyond anything that WEP can offer, bridges the gap between WEP and 802.11i networks, and has the advantage that the firmware in older equipment may be upgradeable.
    WPA2 is based upon the Institute for Electrical and Electronics Engineers’ (IEEE) 802.11i amendment to the 802.11 standard, which was ratified on July 29, 2004. The primary difference between WPA and WPA2 is that WPA2 uses a more advanced encryption technique called AES (Advanced Encryption Standard), allowing for compliance with FIPS140-2 government security requirements. 

  • Alert Categories - Can they be used for Non-BPM scenarioes?

    Hi experts,
    I have a quick question and it's regarding the question I posted yesterday on:
    How do I configure an auto-email alert for Adapter engine errors
    Will I be able to send alerts for Adapter Engine errors (Through the use of Alert Categories), if I am not using BPM?
    Please advise.
    Thanks.
    Ron

    > Hi,
    > There are 2 kinds of alerts,,
    >
    > 1. Alerts without BPM
    > 2. Alerts with BPM.
    >
    > Alerts without BPM are used in real time to montior
    > any error in yoyur landscape. Whenever an error
    > occurs, the alert will be triggered. This will also
    > include Adapter Engine Alerts
    >
    > Please look into this blog for Alerts without BPM,
    >
    > <a href="/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step">Alerts
    > Step by Step</a>
    Hi,
    From your answer, can I confirm that alerts I defined in ALERTCATDEF can be used by for Non-BPM interfaces?
    The essential difference between BPM and Non-BPM alert triggering is BPM allows a control step to trigger an alert.
    Please correct me if I'm wrong.
    Thanks.
    Ron

  • Creation of package structure for ABAP proxy scenario

    Hi All,
    I have a doubt on package structure used for ABAP proxy scenario. What is the specific reason to create a four level package structure? Can some one please explain? Thanks in advance.
    Regards,
    Sudheer.

    Hi Sudheer,
    Can you pls clarify what do you mean by 'four level package structure' ?
    Are you referring to the ABAP structures that get created during creating the proxy by SPROXY transaction ? These structures get automatically created. We simply have to write the code using these structures.
    Or do you mean the 'package' which is mandatory to create a transportable ABAP object ? i.e. transport from Development to Staging and then Production.
    Regards,

  • Help in estimating number of dialogue steps for portal user scenarios

    I am looking for your expert advice in determining the number of dialogue steps for SAP portal users in the following scenarios:
    1) External users accessing a SAP portal to access utilities services such as viewing bills, paying bills, update meter readings etc. The system needs to support 6000 concurrent users.
    2) Internal users (customer service agents) accessing IS-U, CRM (potentially BW) via an internal SAP portal. The system needs to support 2000 concurrent users. .
    It would be extremely helpful to hear from anyone that has been involved in SAP portal implementations who could advise me on number of dialogue steps to use for each user scenario.
    Many thanks,
    Celia

    I am looking for your expert advice in determining the number of dialogue steps for SAP portal users in the following scenarios:
    1) External users accessing a SAP portal to access utilities services such as viewing bills, paying bills, update meter readings etc. The system needs to support 6000 concurrent users.
    2) Internal users (customer service agents) accessing IS-U, CRM (potentially BW) via an internal SAP portal. The system needs to support 2000 concurrent users. .
    It would be extremely helpful to hear from anyone that has been involved in SAP portal implementations who could advise me on number of dialogue steps to use for each user scenario.
    Many thanks,
    Celia

  • UOM Conversion? Which fields I hv to use for UOM value in Order, Delivery?

    Hi Experts,
    Pls. clarify some of my doubts, reg. UOM
    1- In our system, 1 Box = 6 EA(CH)
    So, I need to compare Order, Delivery, PGI quatities for some report purpose.......So, Is there any SAP Function Module, that I can use for CONVERSION?
    Scenario: actually, am looking to convert quatities......i mean, if Order UOM is BX of qty 1.........where as the delivery UOM is EA of quatity 6..........so, both r same and varinace is 0.
    2 - Wht is the field I hv to use for UOMs in Order, Delivery, PGI/Material doc?
    thanq
    Edited by: Srinivas on Feb 5, 2008 11:59 AM

    Hello,
      You can use the function CF_UT_UNIT_CONVERSION to UOM conversion.
        call function 'CF_UT_UNIT_CONVERSION'
             exporting
                  matnr_imp     = itab_pot-matnr
                  unit_new_imp  = ztb_vend_min-min_uom
                  unit_old_imp  = itab_pot-meins
                  value_old_imp = w_conv_qty
             importing
                  value_new_exp = w_conv_qty.
    Thanks,
    Venu

  • Suggest basic scenario to demonstarte B2B communication feature using BPEL

    Hi All,
    I want to show Basic B2B communication feature using BPEL. I am new to B2B and trying to learn it.
    Can anyone please suggest a simple scenario that a newbie like me can implement. Or can please send me a sample implementation with description.
    It will help me a lot.
    @Anuj : I am not able to download the 2nd part of the B2B document editor from the link you mentioned in you blog. Can the document editor be downloaded from edelivery....if so can you please send me the link.
    Thanks in advance.
    Jignesh.

    Hello Jignesh,
    Oracle B2B samples are available here -
    http://www.oracle.com/technology/sample_code/products/b2b/index.html
    Are you not able to download document editor from here -
    http://www.oracle.com/technetwork/middleware/downloads/fmw-11-download-092893.html?ssSourceSiteId=otncn
    You may download it from edelivery as well. On edelivery, select "Oracle Fusion Middleware" as product pack and windows as platform. From results select "Oracle Fusion Middleware 11g Media Pack for Microsoft Windows (32-bit)" release 11.1.1.3.0 and click on next. Here search for "Document Editor" and download all four parts (edelivery has document editor in four parts)
    Let us know in case you find any difficulty anywhere.
    Regards,
    Anuj

  • Suggestion for whether CDLC + MIDP platform can be used for this scenario?

    Hi,
    I am developing an agent for mobile phones, with a solution which will cover most of the mobile phones (with OS Microsoft ME, Symbian, Blackberry RIM,..) and PDA's
    Features of the agent:
    Sending mobile inventory details like OS, apps running, etc to a server machine
    Installing apps/patches from server to mobiles
    Will the CDLC + MIDP platform be suitable for this kind of development?
    Thanks in advance.

    J2MENewbie wrote:
    Can you please specify why it cannot be used,Don't be silly. It can't be used because the features and services you require aren't a part of the feature set of Java ME.
    and please suggest which platform can i use for developing this application for mobilesNo idea. This forum is for CLDC and MIDP, not for random programming queries. Use Google for that.
    db

  • Is it suggested to use an additional layer of internet security such as ESET Cyber Security Pro - Internet Security for Mac

    I just want to make sure I am as safe as possible with all the internet hacking that has been in the Media. I have a Mac Mini that was purchased in Aug. 2013.  Is it suggested to use an additional layer of internet security such as ESET® Cyber Security Pro - Internet Security for Mac ???

    Mac users often ask whether they should install "anti-virus" software. The answer usually given on ASC is "no." The answer is right, but it may give the wrong impression that there is no threat from what are loosely called "viruses." There  is a threat, and you need to educate yourself about it.
    1. This is a comment on what you should—and should not—do to protect yourself from malicious software ("malware") that circulates on the Internet and gets onto a computer as an unintended consequence of the user's actions. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the computer, or who has been able to log in to it remotely. That threat is in a different category, and there's no easy way to defend against it.
    The comment is long because the issue is complex. The key points are in sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user. Internally Apple calls it "XProtect."
    The malware recognition database used by XProtect is automatically updated; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    ☞ It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    ☞ It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
    3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    ☞ It can easily be disabled or overridden by the user.
    ☞ A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    ☞ An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    Apple has so far failed to revoke the codesigning certificates of some known abusers, thereby diluting the value of Gatekeeper and the Developer ID program. These failures don't involve App Store products, however.
    For the reasons given, App Store products, and—to a lesser extent—other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. Sandbox security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they are not, and never will be, complete protection. Malware is a problem of human behavior, and a technological fix is not going to solve it. Trusting software to protect you will only make you more vulnerable.
    The best defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and the scam artists. If you're smarter than they think you are, you'll win. That means, in practice, that you always stay within a safe harbor of computing practices. How do you know when you're leaving the safe harbor? Below are some warning signs of danger.
    Software from an untrustworthy source
    ☞ Software of any kind is distributed via BitTorrent, or Usenet, or on a website that also distributes pirated music or movies.
    ☞ Software with a corporate brand, such as Adobe Flash Player, doesn't come directly from the developer’s website. Do not trust an alert from any website to update Flash, or your browser, or any other software.
    ☞ Rogue websites such as Softonic and CNET Download distribute free applications that have been packaged in a superfluous "installer."
    ☞ The software is advertised by means of spam or intrusive web ads. Any ad, on any site, that includes a direct link to a download should be ignored.
    Software that is plainly illegal or does something illegal
    ☞ High-priced commercial software such as Photoshop is "cracked" or "free."
    ☞ An application helps you to infringe copyright, for instance by circumventing the copy protection on commercial software, or saving streamed media for reuse without permission.
    Conditional or unsolicited offers from strangers
    ☞ A telephone caller or a web page tells you that you have a “virus” and offers to help you remove it. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    ☞ A web site offers free content such as video or music, but to use it you must install a “codec,” “plug-in,” "player," "downloader," "extractor," or “certificate” that comes from that same site, or an unknown one.
    ☞ You win a prize in a contest you never entered.
    ☞ Someone on a message board such as this one is eager to help you, but only if you download an application of his choosing.
    ☞ A "FREE WI-FI !!!" network advertises itself in a public place such as an airport, but is not provided by the management.
    ☞ Anything online that you would expect to pay for is "free."
    Unexpected events
    ☞ A file is downloaded automatically when you visit a web page, with no other action on your part. Delete any such file without opening it.
    ☞ You open what you think is a document and get an alert that it's "an application downloaded from the Internet." Click Cancel and delete the file. Even if you don't get the alert, you should still delete any file that isn't what you expected it to be.
    ☞ An application does something you don't expect, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    ☞ Software is attached to email that you didn't request, even if it comes (or seems to come) from someone you trust.
    I don't say that leaving the safe harbor just once will necessarily result in disaster, but making a habit of it will weaken your defenses against malware attack. Any of the above scenarios should, at the very least, make you uncomfortable.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it—not JavaScript—in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
    Stay within the safe harbor, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself.
    7. Never install any commercial "anti-virus" (AV) or "Internet security" products for the Mac, as they are all worse than useless. If you need to be able to detect Windows malware in your files, use one of the free security apps in the Mac App Store—nothing else.
    Why shouldn't you use commercial AV products?
    ☞ To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. This technique is a proven failure, as a major AV software vendor has admitted. Most attacks are "zero-day"—that is, previously unknown. Recognition-based AV does not defend against such attacks, and the enterprise IT industry is coming to the realization that traditional AV software is worthless.
    ☞ Its design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere. In order to meet that nonexistent threat, commercial AV software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    ☞ By modifying the operating system, the software may also create weaknesses that could be exploited by malware attackers.
    ☞ Most importantly, a false sense of security is dangerous.
    8. An AV product from the App Store, such as "ClamXav," has the same drawback as the commercial suites of being always out of date, but it does not inject low-level code into the operating system. That doesn't mean it's entirely harmless. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An AV app is not needed, and cannot be relied upon, for protection against OS X malware. It's useful, if at all, only for detecting Windows malware, and even for that use it's not really effective, because new Windows malware is emerging much faster than OS X malware.
    Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else. A malicious attachment in email is usually easy to recognize by the name alone. An actual example:
    London Terror Moovie.avi [124 spaces] Checked By Norton Antivirus.exe
    You don't need software to tell you that's a Windows trojan. Software may be able to tell you which trojan it is, but who cares? In practice, there's no reason to use recognition software unless an organizational policy requires it. Windows malware is so widespread that you should assume it's in everyemail attachment until proven otherwise. Nevertheless, ClamXav or a similar product from the App Store may serve a purpose if it satisfies an ill-informed network administrator who says you must run some kind of AV application. It's free and it won't handicap the system.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have all the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user, you don't have to live in fear that your computer may be infected every time you install software, read email, or visit a web page. But neither can you assume that you will always be safe from exploitation, no matter what you do. Navigating the Internet is like walking the streets of a big city. It's as safe or as dangerous as you choose to make it. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • Possible to delete Offline Files content for a specific user from the Client Side Cache (CSC) ?.

    Hello Everyone,
    We would like to implement a script to delete the offline files in the Client Side Cache (CSC) for a nominated user (on Windows 7 x64 enterprise).
    I am aware that;
    1. We can use a registry value to flush the entire CNC cache (for all users) next time the machine reboots.
    2. If we delete the user's local profile it appears that Windows 7 also removes their content from the local CSC.
    However, we would like to just delete the CSC content for a particular nominated user without having to delete their local user profile.
    In our environment we have many users that share workstations but only use them occasionally. We don't use roaming profile so we would like to retain all the users' local profiles but still delete the CSC content for any users that haven't
    logged on in a week.
    Any ideas or info would be appreciated !
    Thanks, Makes

    Hi,
    I don't think this is possible.
    If you want to achieve it via script, I suggest you post it in official script forum for more professional help:
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?category=scripting
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Karen Hu
    TechNet Community Support

  • Using CacheLoader for replicated cache in cohernce 3.6

    Hi,
    I s it possible to configure a CacheLoader for replicated Cache in Coherence 3.6? The backing map will be local scheme for this cache.
    Regards,
    CodeSlave

    We have a "start of day" process that just runs up a Java client (full cluster member, but storage disabled node) that clears and then repopulates a number of "reference data" replicated caches we use in our application. Use the hints-n-tips in the Coherence Developer's Guide (bulk operations, etc.) to get decent performance. We load the data from an Oracle database. Again, tune the extract side (JDBC/JPA batching, etc.) to get that side of things performing well.
    For ad-hoc, intra day updates to the replicated caches (and you should look to minimise these), we use a "listener" that attaches to an Oracle database DCN (data change notification) stream.
    Cheers,
    Steve

  • HP 4120 Phone - What is the USB on the side of the phone used for?

    HP 4120 Phone - What is the USB on the side of the phone used for? I have searched everywhere for documents on it.

    Hi,
    If you sign in IP Phone by using a USB cable, you will get simplified sign in and full access to the phone’s Lync Phone Edition features and full functionality. And you can control IP Phone from Lync client.
    If you sign in using PIN, then you will get limited access to voice mail, calendar, and call logs, as well as some reduced functionality.
    More details:
    https://support.office.com/en-nz/article/Sign-in-on-your-IP-desk-phone-50d67e5c-8a51-4f1a-80c4-a78e67be10c9
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

Maybe you are looking for

  • Hello. I can't watch videos on dailymotion since I installed the latest version of flash player.

    hello. I can't watch videos on dailymotion since I installed the latest version of flash player.Does anyone know how to fix this?

  • Trigger a workflow from ABAP Webdynpro

    My Scenario: Step 1: When a user hits the SAVE button on the webdynpro form, check if that data is consistent only and trigger a message(I have a BAPI to handle this check). Step 2: If the data is consistent, then trigger a workflow to send an alert

  • Calling Multiple Normal Screens

    Hi All,         I have 6 Normal Screens. Now I want  to call One by one in sequence. How can it will be possible? In Dialog programing Thanks in Advance

  • Xjc  "results in empty target" error

    Hi everybody. I'm trying to complile the following very simple xsd with the xjb below. I keep getting "XPath evaluation of "/xsd:schema" results in empty target node". Any idea? Thanks in advance, Agostino xsd (just relevant part): <xsd:schema xmlns:

  • Problems installing flash player on mac

    I try to install the new flash player as it says mine is out of date and it starts the process and then says that safari needs to be closed to work so i close it and retry and it says the same thing. Please help!!