Locked threads, instead of hiding "reply" link change word to "Locked"

Based on this thread: http://social.microsoft.com/Forums/en-US/cc444c7a-a838-4a16-ac57-8f315475b602/how-does-one-reply-to-a-post-i-see-no-reply-button?forum=reportabug
It seems that for locked threads, people can scroll past the the "Lock" icon too quickly to realize, and then not understand why they can't reply.  I
Instead of hiding the reply link, I suggest changing the "reply" text to "Locked" for locked threads, and have it not be a hyperlink.
Thanks,
Mike
MSDN and TechNet Subscriptions Support

Your AGP bus uses more bandwith than the PCI bus, thus making the OC more dependend from the AGP bus. And if your AGP slot will drain more CPU power and fragile as AGP can be, it will not tolerate errors due higher clock speeds. Mhz += Stability -. Notice: PCI is 33 Mhz/ AGP is 66/133 Mhz... . As you see there is less margin for errors. While you overclock the CPU will make tolerable errors: NP with PCI... But AGP... will take it to the MAX. [I hope this reply is No nonsense]

Similar Messages

  • Just uploaded iso7 , . . .hate it!  Can you change background colours?  How do you add a new item/activity to the schedule? In notes the font has changed, can I change it back and the link colour is now yellow instead of blue, can I change it?  Thanks

    Just uploaded iso7 , . . .hate it!  Can you change background colours?  How do you add a new item/activity to the schedule? In notes the font has changed, can I change it back and the link colour is now yellow instead of blue, can I change it?  Yellow on white is harder to read. Thanks

    Another question. How do you bookmark something.  It was so easy before, why did they change it?  Can I uninstall it?

  • How do I add URI web link with custom tooltip like "CLICK HERE TO UPDATE" instead of URI web link in tooltip.

    How do I add URI web link with custom tooltip like "CLICK HERE TO UPDATE" instead of URI web link in tooltip.

    You've probably found an answer to this by now, but I think this has been addressed in another forum -- The link below suggested using a button and adding the tooltip to the button. 
    https://forums.adobe.com/thread/304974?start=0&tstart=0
    Sounds like it would work but I haven't actually tried it. 
    Good luck~!

  • Locked thread issue

    We encountered the following locked thread issue. Refer to the thread dump logs.
    Any idea on the root cause of the issue? It seens to us that it is the weblogic app server codes that are causing the locked threads.
    Will appreciate any advise.
    "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" id=22 idx=0x50 tid=329 prio=5 alive, in native, blocked, daemon
    -- Blocked trying to get lock: java/lang/String@0x9a73910[fat lock]
    at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
    at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1674)[optimized]
    at jrockit/vm/Locks.lockFat(Locks.java:1775)[optimized]
    at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1311)[optimized]
    at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1258)[optimized]
    at jrockit/vm/Locks.monitorEnter(Locks.java:2455)[optimized]
    at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" id=24 idx=0x58 tid=331 prio=5 alive, in native, blocked, daemon
    -- Blocked trying to get lock: java/lang/String@0x9a73910[fat lock]
    at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
    at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1674)[optimized]
    at jrockit/vm/Locks.lockFat(Locks.java:1775)[optimized]
    at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1311)[optimized]
    at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1258)[optimized]
    at jrockit/vm/Locks.monitorEnter(Locks.java:2455)[optimized]
    at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" id=23 idx=0x54 tid=330 prio=5 alive, in native, daemon
    at jrockit/ext/epoll/EPoll.epollWait0(IIII)I(Native Method)
    at jrockit/ext/epoll/EPoll.epollWait(EPoll.java:103)
    at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:156)
    ^-- Holding lock: java/lang/String@0x9a73910[fat lock]
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace

    This is standard behavior for the socket muxer threads. Only one of the epoll muxer threads is actually holding the lock at any one time. Here is the output of part of my thread dump on Linux with WLS 10.3.4 on JRockit on startup. The server is not hung up at all. Make a request on the server and take another thread dump and you'll see the lock change.
    1st dump with ExecuteThread 1 waiting to get the lock from ExecuteThread 2
    "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" id=25 idx=0x58 tid=26836 prio=5 alive, blocked, native_blocked, daemon
        -- Blocked trying to get lock: java/lang/String@0xe82d6ec0[thin lock]
        at jrockit/vm/Threads.sleep(I)V(Native Method)
        at jrockit/vm/Locks.waitForThinRelease(Locks.java:955)
        at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1083)
        at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1005)
        at jrockit/vm/Locks.monitorEnter(Locks.java:2179)
        at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
        at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
        at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
        at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
        at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        -- end of trace
    "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" id=26 idx=0x5c tid=26837 prio=5 alive, in native, daemon
        at jrockit/ext/epoll/EPoll.epollWait0(ILjava/nio/ByteBuffer;II)I(Native Method)
        at jrockit/ext/epoll/EPoll.epollWait(EPoll.java:115)
        at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:156)
        ^-- Holding lock: java/lang/String@0xe82d6ec0[thin lock]
        at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
        at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
        at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
        at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        -- end of trace2nd dump after the server servers a request with ExecuteThread 2 waiting to get the lock from ExecuteThread 1
    "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" id=25 idx=0x58 tid=26836 prio=5 alive, in native, daemon
        at jrockit/ext/epoll/EPoll.epollWait0(ILjava/nio/ByteBuffer;II)I(Native Method)
        at jrockit/ext/epoll/EPoll.epollWait(EPoll.java:115)
        at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:156)
        ^-- Holding lock: java/lang/String@0xe82d6ec0[fat lock]
        at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
        at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
        at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
        at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        -- end of trace
    "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" id=26 idx=0x5c tid=26837 prio=5 alive, blocked, native_blocked, daemon
        -- Blocked trying to get lock: java/lang/String@0xe82d6ec0[fat lock]
        at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
        at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1411)
        at jrockit/vm/Locks.lockFat(Locks.java:1512)
        at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1054)
        at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1005)
        at jrockit/vm/Locks.monitorEnter(Locks.java:2179)
        at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
        at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
        at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
        at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
        at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        -- end of traceHere is a blog on this topic: http://jojovedder.blogspot.com/2009/05/weblogic-socket-muxers-are-not-stuck.html

  • Locked threads

    What is the point of having a forum if they lock thread discussions because people with valid comments and or questions post and a sensible rebutal is not possible?

    The same could be said for having a Verizon TOS to which you must agree if you would like to participate in the forum.
    What is the use if it is not going to be enforced? The reason most threads are locked fall into 2 categories.
    1) Multiple violations of the TOS
    2) Responses to posts which are well over 1 year old and the questions may no longer be valid as the problem may have been solved or Verizon policies concerning the questions may have changed.

  • Lastest Reply link not working?

    In a thread with multiple pages, clicking on the "Latest Reply" link does not seem to take me to the lastest reply. It doesn't seem to do anything. Is it my set up? Or is it not yet functional. Using Chrome.

    For at least the last day or so, the "Latest Reply" link behavior I most frequently see is clicking it takes me to the top of what is more or less an arbitrary page in the multi-page discussion that reply is a part of.
    The page number is not highlighted so there is no simple way of knowing what page it is without clicking on the "Next" or "Previous" buttons, but it is typically neither the first nor last page of that discussion.

  • Links changing by themselves

    Has anyone ever had links change on their URL's without editing them themself? Just curious to see what others have to say. Also do you think the pages should be locked?

    Links where... on your computer, or on your server?
    If on your server, I'd **guess** your server has been hacked

  • Sun is Locking threads ?

    What's going on with the Sun forum ? First they took away the ability to filter search results to IDM ( google returns better results than the search ) , now they are locking threads ?
    What are the rules for locking threads? 2 year old threads ? 3 years old ? How would the public know this new Sun Policy ? I've seen plenty of threads that were old in a lot of forums that are revived after 3 years. Believe it or not, sometimes same issues will pop up regardless of the age of the thread.
    I would ask Sun not to lock them simply because people are still using older versions of software and there are questions that pertain to them that could be resolved. Asking someone to simply open a new question while pointing to another thread might cause less responses when threads begin pointing to other threads that are pointing to other threads, and so on.
    my 2 cents

    Here are more detail to clear this up a bit:
    1) Action event is fired when a combox gets a mouse click on it the first time (user haven't select anything yet), after it got focus, it won't fire this event. A comboboxchange event is generated instead of a got focus event.
    2) I prevent the action from fire when it's updated programtically by setting disable event (actionevent) but that doesn't work (I did this on the combo box event).

  • My computer restarts itself to update then when it comes the password has been changed and im locked

    my computer restarts itself to update then when it comes the password has been changed and im locked out how do i stop it and fix it

    Hi
    try to boot in safe mode, and check there if you have any alternate account (administrator ect) where you can gain access to your window and then change password of it.
    Hope it helps!
    **Clicking on the Kudos! white star is a nice way to say thank you on any post that helped you or resolved the problem.**
    **Selecting "Accept as Solution" for a reply that solves your issue helps others who are searching the web for an answer**
    **Clicking on the Kudos! white star is a nice way to say thank you on any post that helped you or resolved the problem.**
    **Selecting "Accept as Solution" for a reply that solves your issue helps others who are searching the web for an answer**

  • Reply link does not work on ipad

    After logging in to this group, the reply link does not work on either my ipad 2  running IOS 8.1.3 nor my iphone 4 running 7.1.2. Not helpful really. I have had to switch on my old laptop.Also I never know which group to post a new question in, The names like Snow Leopard dont really give me a clue, so if the key word does not find an existing topic, i just end up guessing.

    You seem to have double posted, Lynne.   I have replied on the other one.
    Snow Leopard is one of the Apple operating Systems (OS X) as opposed to iOS 

  • I have a pdf file, how do it ONLY View but not can get changed, I mean locked

    I have a pdf file, how do it ONLY View but not can get changed, I mean locked?

    Use the Security tab in the properties of the document.

  • Embedded mms-links change to open file-links when converting .doc to pdf

    When converting word documents to pdf, all of my embedded video mms-links change to local open-file type links while my http-links keep their address. Why is this?
    Since I've got about 600 of them I'm not too keen on changing them all back in Acrobat.
    The links look like this in word:
    mms://something.com/videos/file.wmv
    But turns out like this after conversion:
    Z:\catalog\mms:\something.com\videos\file.wmv
    Notice the switch of slashes from / to \ after conversion.
    Anyone got a clue?
    Thanks!

    Hi!
    My versions are:
    Word 2007 and/or Word 2003 and Adobe 9.1.0.163
    I think I solved it using this add-in:
    http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=4d951911-3e7e-4ae6 -b059-a2e79ed87041
    and saving the .doc-files as .docx-files in word 2007 before saving them as .pdf, using the add-in.
    Thanks anyway!

  • TS3048 Keyboard won't link and screen is locked, I cant access Bluetooth settings

    My keyboard won't link and screen is locked, I cant access Bluetooth settings. What do I do?

    First make sure the batteries aren't dead and that the keyboard hasn't already been paired with another device. If it hasn't, the keyboard should pair automatically when you reboot. You may have to press and hold the power button on the right side of an Apple keyboard until the LED starts flashing.
    Otherwise see these support articles:
    Mac mini (Mid 2011 and later) and iMac (Late 2012): Bluetooth keyboard may not pair during Setup Assistant
    Apple Wireless Keyboard: Difficulty during pairing process
    If you have a third-party Bluetooth keyboard, you may need a wired keyboard to complete the pairing process. It's a good idea to keep a cheap wired keyboard and mouse or trackball as backups for a desktop Mac anyway, because Bluetooth isn't completely reliable.

  • Locked thread

    Hi,
    might i know why this thread
    User exit for T-code MIR7
    has been locked?
    Best regards.

    The person who started the thread offered points, which is against the rules. His thread was rejected, with an explanation. Often threads are locked before they are rejected.
    I see he is a newbie, so I guess once he's received the rejection message, he'll go and read the rules and begin to follow them.
    matt

  • How do we change the Yosemite lock-screen background?

    How do we change the Yosemite lock-screen background?
    Would like it to match our desktop.
    At present, lock-screen appears to be a blurred version of one of the standard Yosemite desktops.

    It typically uses your Screen Saver definition in System Preferences > Desktop & Screen Saver > Screen Saver tab.
    Or I'm misunderstanding the question...
    Captfred

Maybe you are looking for

  • Stock control – hide if out of stock

    Hi, I'm trying to figure out the best way to go with a site I'm building. The client has hundreds of products and if a product is sold they want the item hidden from the website. The issue is – if I choose that option – hide if out and stock and most

  • Primary key column auto increment

    Hello, In my Azure SQL Database I noticed that weird thing is happening. I have table with primary key column with auto increment, and all works fine, on new insert that value automatically increment, but every now and then, that value, for no reason

  • Display pattern questions

    I would like to be able to set up a display patter that will add some asterisks or some other characters on each side of what ever a user enters in a field in order to flag the text. Is that possible? or is there a better way to do this than using di

  • How do I get past the Akamai download manager?

    I am trying to download the Adobe X Pro trial using Firefox.  When I hit the Download Now button it sends a popup box for Akamai download manager.  I hit the "Save" button but it will not automatically start the trial download after the manager is lo

  • Change start of cycle date in maintenance plan

    Dear Experts, We would like to change start of cycle date in maintenance plan. Iwe have rescheduled the plan but the start of cycle date remains the same. could you please confirm, whether it can be changed. The requirement is because of some Mt plan