Close
Showing results 1 to 6 of 6

Hybrid View

  1. #1

    Default

    Quote Originally Posted by Nomahd View Post
    Is there a setting I may need to adjust?
    Try Increasing both ClickMouse delays in the Settings window. For diagnostic purposes, you could try setting both of them to 100.

    Quote Originally Posted by Nomahd View Post
    Could it be related to network lag?
    No, because when your remote PC receives instructions from your hotkey, all the instructions are received in a bundle before the remote PC begins to execute any of them. But if you're curious about this you can measure how long it takes HotkeyNet to send a command from one PC to another PC with HotkeyNet's <PingHotkeyNet> command.

    Quote Originally Posted by Nomahd View Post
    There is no rhyme or reason to it. Sometimes it works fine, other times it doesn't. It seems to fail at the worst possible moment though.
    My guess is that it's due to thread scheduling and how many threads are contending for CPU time at any given moment.
    �Author of HotkeyNet and Mojo

  2. #2

    Default

    If my guess about thread scheduling is correct, the problem is happening when more programs are running on the remote PC or when programs on that PC are doing more work.

    I notice you've got Vent running on the remote. Is there a relationship between the amount of Vent traffic and how often this problem occurs?

    Vent might be especially likely to contribute to this effect if it's set to Process Priority: High on its Setup: Misc tab.

    If this guess is correct, there are two things that may help.

    1. Shut off as many programs as possible on the remote PC.

    2, Try raising the process priority of the WoWs and HotkeyNet on the remote PC. Here's a hotkey that toggles that on and off:

    Code:
    <Hotkey Shift F6>
       <Toggle>
         <SendPC 192.168.0.109>
            <TargetWin WoW2>
               <SetPriority High>
            <TargetWin WoW3>
               <SetPriority High>
            <TargetWin WoW4>
               <SetPriority High>
            <TargetWin WoW5>
               <SetPriority High>
             <TargetWin HotkeyNet>
                <SetPriority High>
       <Toggle>
         <SendPC 192.168.0.109>
            <TargetWin WoW2>
               <SetPriority Normal>
            <TargetWin WoW3>
               <SetPriority Normal> 
            <TargetWin WoW4>
               <SetPriority Normal>
            <TargetWin WoW5>
               <SetPriority Normal> 
           <TargetWin HotkeyNet>
              <SetPriority Normal>
    Last edited by Freddie : 04-01-2011 at 03:05 PM
    �Author of HotkeyNet and Mojo

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •