How do I do two things at once; ie listen to Jango, and read emails

When I am in my email page and want to listen to Jango
as well, the email page disappears. How can I see two pages
at the same time?

And if you're using Lion as the OS, make sure you have upgraded to 8GB RAM. In spite of what Apple says, running the 64-bit OS + applications on just 4GB is an exercise in patience. Video decoding and streaming at HDMI resolutions is not exactly easy work.

Similar Messages

  • ASObjC: Do Two Things at Once

    Hi, All.
    I've got an AppleScript Objective C program that I'd like to have do two things at once. For example, when a button is clicked, speak a sentence, and do some math (example below). The easiest thing would be to just give it two sent actions, the handlers that I want it to run, but nope, can't do that.
    I tried using one handler within another, but it still waits for the first to finish before moving on to the second, like this:
    on secondTask()
    set x to 1
    repeat 5
    set x to x + 1
    end repeat
    end secondTask
    on btnClicked_(sender)
    secondTask()
    say "Hello, you've just clicked a button. We're doing some math right now."
    end butnClicked_
    When I use this, the tasks get done, but one at a time.
    Is there any way to get it to do two things in parallel?
    Thanks!
    -Nate

    Hello
    If I understand it correctly, something like the following snippet would work :
    --SNIPPET
    (* not tested *)
    tell current application's class "NSSpeechSynthesizer"
    set synth to its alloc()'s initWithVoice_(missing value) -- default voice
    end tell
    synth's startSpeakingString_("Humpty Dumpty sat on a wall,
    Humpty Dumpty had a great fall.
    All the king's horses and all the king's men
    Couldn't put Humpty together again.")
    tell current application to display dialog "Now speaking..." buttons {"Stop"}
    --if synth's isSpeaking() then synth's stopSpeaking()
    synth's stopSpeaking()
    synth's release()
    --END OF SNIPPET
    And if the above works, actual script in ASObjC would look something like this :
    --SCRIPT (outline)
    (* not tested *)
    property NSSpeechSynthesizer : class "NSSpeechSynthesizer"
    script myAppDelegate
    property parent : class "NSObject"
    property myButton : missing value
    property synth : {}
    on buttonClicked_(sender)
    synth's startSpeakingString_("Hello")
    end buttonClicked_
    on awakeFromNib()
    set synth to NSSpeechSynthesizer's alloc()'s initWithVoice_(missing value) -- default voice
    end awakeFromNib
    on applicationWillFinishLaunching_(aNotification)
    end applicationWillFinishLaunching_
    on applicationShouldTerminate_(sender)
    --synth's stopSpeaking() -- not sure this is necessary
    synth's release()
    return current application's NSTerminateNow
    end applicationShouldTerminate_
    end script
    --END OF SCRIPT
    *When you alloc() something, make sure you release() it.
    Regards,
    H

  • I have an airport express and want to know how to set up two different wireless networks. One with 5GHZ and one with 2.4GHZ so different devices can connect to either.

    I have an airport express and want to know how to set up two different wireless networks. One with 5GHZ and one with 2.4GHZ so different devices can connect to either. I have an iphone 4 that will not connect to 5ghz.
    thank you!

    Your AirPort Express is already providing two separate 2.4 GHz and 5 GHz bands, but each band is using the same wireless network name.
    This is the default setup for the AirPort Express, which is recommended for most users. The theory here is that devices will automatically connect to the best quality signal based on their capabilities and distance in relation to the AirPort Express.
    It is possible to assign a different name to the 5 GHz band, and then "point" devices at that network to connect. Some users swear by this option.....(I am not one of them).... but you might want to give it a try to see how it works for you.
    Open Macintosh HD > Applications > Utilities > AirPort Utility
    Click on the AirPort Express
    Click Edit in the smaller window that appears
    Click the Wireless tab at the top of the next window
    Click Wireless Options near the bottom of the next window
    Enter a check mark next to 5 GHz Name.....which will automatically add "5 GHz" to the network name....so you can identify it
    Click Save, then click Update and wait a full minute for the Express to restart
    Now you will need to "point" your 5 GHz capable devices at the 5 GHz network name.  2.4 GHz devices will connect to your "other" network name.

  • I have lost my ipad in the lecture room just 2 hours ago, but i donot have any other apple divices and i donot instoll itues in my computer, the only thing i got was my account number and my email. so what can i do to find it??

    i have lost my ipad in the lecture room just 2 hours ago, but i donot have any other apple divices and i donot instoll itues in my computer, the only thing i got was my account number and my email. so what can i do to find it??

    Change your iTunes (Apple ID) password along with any other password that was stored in the iPod.  If any passwords are associated with credit cards, contact the CC company and get your card replaced (with a new number).  If any passwords are associated with your bank or any savings institution, contact them also and discuss approprate action with them.
    The "Find my..." function is pretty much useless if the device is in the hands of a thief.  All that is necessary is for the thief to connect to any computer with iTunes and "Restore as new."
    The only real protection you have is with the personal information on the device rather than the physical device itself.  This requires action before the device is lost/stolen.  If the device has significant personal information, it should have a strong 8-digit (or longer) password AND be configured for automatic wipe in the event of ten consecutive incorrect password entries.

  • How do you go back and read email messages stored in untitled 1

    How do you go back and read email messages moved to untitled 1

    Are you using Gmail? There is no "untitled" folder in my 3 mail accounts on the iPad so I am making an assumption here. If you are using Gmail, here is their help site.
    http://support.google.com/mail/bin/answer.py?hl=en&answer=77702

  • How to make this two things at the same time ?

    Hello
    When my mouse is on a area, I need :
        -  to show a object (a rectangle inserted with the toolbar)
        -  to show a caption
    I think it's not possible to do this two things at the same time when I use the rollover functions (Rollover caption or Rollover Image).
    I would like to use a button, but the button works only if I click it, and not when I just pass my mouse on it.
    Someone have an Idea?
    I can't use Javascript.
    Thanks

    Rick is correct.  You can use the Rollover Slidelet's rollover area to trigger an Advanced Action.  You'll need to create this Advanced Action with two clauses.  One to SHOW the caption, and the other to SHOW the rectangle.
    Your alternative to the rollover slidelet is to use an Event Handler widget attached to the object that the mouse should roll over.
    The Event Handler will detect when the mouse is over the object and trigger its own Success criteria.  You can then use the widget's ON Success event to trigger the Advanced Action as mentioned above.
    More information about using the Event Handler here: http://www.infosemantics.com.au/adobe-captivate-widgets/download-free-trial-widgets
    An example of using it to do two different things on the same object can be found at this web page: http://www.infosemantics.com.au/adobe-captivate-advanced-elearning-tutorials/beat-adobe-ca ptivate-interactive-catch22
    Trial versions of the widget can be downloaded from here:  http://www.infosemantics.com.au/adobe-captivate-widgets/download-free-trial-widgets

  • How can I use two single-dimensional arrays-one for the titles and array

    I want to Use two single-dimensional arrays-one for the titles and one for the ID
    Could everyone help me how can i write the code for it?
    Flower
    public class Video
    public static void main(String[] args) throws Exception
    int[][] ID =
    { {145,147,148},
    {146,149, 150} };
    String[][] Titles=
    { {"Barney","True Grit","The night before Christmas"},
    {"Lalla", "Jacke Chan", "Metal"} };
    int x, y;
    int r, c;
    System.out.println("List before Sort");
    for(c =0; c< 3; ++c)
    for(r=0; r< 3; ++ r)
    System.out.println("ID:" + ID[c][r]+ "\tTitle: " + Titles[c][r]);
    System.out.println("\nAfter Sort:");
    for(c =0; c< 3; ++c)
    for(r=0; r< 3; ++ r)
    System.out.println("ID:" + ID[c][r]+ "\tTitle: " + Titles[c][r]);

    This is one of the most bizarre questions I have seen here:
    public class Video
    public static void main(String[] args) throws Exception
    int[] ID = {145,147,148, 146,149, 150};
    String[] Titles= {"Barney","True Grit","The night before Christmas", "Lalla", "Jacke Chan", "Metal"};
    System.out.println("List before Sort");
    for(int i = 0; i < Titles.length; i++)
       System.out.println("ID:" + ID[i]+ "\tTitle: " + Titles);
    System.out.println("\nAfter Sort:");
    for(int i = 0; c < Titles.length; i++)
    System.out.println("ID:" + ID[i]+ "\tTitle: " + Titles[i]);
    Generally you don't use prefix (++c) operators in you for loop. Use postfix (c++).
    Prefix means that it will increment the variable before the loop body is executed. Postfix will cause it to increment after.

  • In pages, how do you view two copies of a doc simultaneously, so you can read one part while working on another?

    Is there a way to view two copies of a doc simultaneously, so I can read one part
    while I am working on another part?

    @fruhulda,
    Peter,
    In Mountain Lion, you can choose a [.pages,.doc,.docx] document and request that it open directly in Preview via the Open with... menu. This includes Word 97/2000/XP .doc files. You cannot do this in Snow Leopard.
    The Quick Look functionality on Mountain Lion (also by that name on Snow Leopard), allows one to select one or more documents in the Finder, and display them with a tap from the spacebar. On Mountain Lion, it will display the previous file types, and offer to open them in the default application. On Mountain Lion, Quick Look also offers a Sharing panel for e-mail, messages, and AirDrop. The e-mail option makes a proper attachment in Apple Mail.
    The Snow Leopard version of Quick Look will also open an OpenOffice .odt file, even when that application is not installed. A feature improvement over the Snow Leopard version, the Mountain Lion Quick Look offers to open the displayed document in the default application that would ordinarily open it with a double-click. Therefore, on Mountain Lion, with OpenOffice installed (default for .doc/x files on my machine), Quick Look opens the .doc/x and .odt files and offers to open them in OpenOffice.
    Quick Look can open other file formats including .rtf, graphics, etc.
    Peter's reference to Cover Flow is an alternative Finder view of a filesystem hierarchy. The front-most, selected document viewed in the Finder Cover Flow view, can be opened via the Quick Look button on the Finder toolbar.

  • Sound in my headphones switches to speakers when I try to play two things at once. How do I fix that?

    I've had this problem since I downloaded the latest version of iTunes a few days ago. If I'm listening to music with my headphones on and I try to play a video on youtube or something, the music switches to my computer's speakers while the video plays in my headphones. It even does it when the sound plays automatically on a website. One of those "Congratulations, you won!" messages played when I went to a site and the music started playing on my computers speakers while the message played in my headphones. I doubt this is a problem with my headphones because I tried it with a pair of Apple earbuds included with the iPhone I bought for my mom. Both the headphones and the earbuds were purchased within the past two weeks, so they're brand new. Can anyone tell me how to fix this?

    http://support.apple.com/kb/TS2972

  • How can be resolved two variable at once

    i am having two differnt file, both file having no and time , i want to make programme that when, number and tiome is same in both file give that index onle  in , i am going to attached the file
    Attachments:
    rinex.xlsx ‏27 KB
    sp3.xlsx ‏12 KB

    How to use two case struture at once,,,,,
    i have attache two excel filenamed Rinex and sp3,  and i want to make programme that when,
    Rinex column -0 is equal to sp3 column -0,  where column 0 having the numbers,,
    and
    Rinex column -2 is equal to sp3 column 2, in output array give me only those index only,,,
    Attachments:
    rinex.xlsx ‏27 KB
    sp3.xlsx ‏12 KB

  • How can I browse multiple things at once in iTunes?

    I am trying to browse many different versions of Vivaldi's Four Seasons. Comparing different composers work in the iTunes store (with a view to buying). In a normal web browser I would open multiple tabs. Is this possible in iTunes? I would like to quickly compare side by side different music. But if I need to go back and click and play and go back (to search results) over and over again, it makes this a tedious process.Surely there's another way?
    I have since learned that apparently the iTunes app is a web view? This is interesting considering the rules for submitting apps to the app store disallow apps that are merely web views, but that's  what iTunes is.  Ok, so if that's the case, how can I use iTunes in the manner I've described?
    Any ideas how I can achive what I'm after in iTunes for Windows? Thanks for any thoughts.

    If syncing, select the content desired to be synced and then sync.
    If manually managing content select the content then drag and drop it. Multiple items can be selected by holding the Cntro key and clicking on multiple items.

  • Can Airport Express do two things at once

    I've used my Airport Express for music up to now, and it seems to work fine. After a fairly length remodeling project, I'm starting to plan on reconnecting all my new components and devices. My question is can I use the Airport Express to connect to both my stereo through the audio output AND my new network capable blu ray player through the ethernet port at the same time?
    I've read the docs and it talk about several different things, but it doesn't talk about doing them at the same time. Just trying to see if I need to buy the overpriced dongle for the blu ray player or I can use a device I already have. Thanks in advance.

    The ethernet port may already be active since that is the default setup.
    Plug in a laptop using an ethernet cable, turn off the wireless on the computer and see if you can get an Internet connection.
    If not, open AirPort Utility - click Manual Setup
    Click the Wireless tab located just below the row of icons
    Enter a check mark next to "Allow Ethernet Clients"
    Update to save changes

  • Doing two things at once

    Can anyone tell me how to get FF 14.1 on Windows 7 machine to play a video and scroll or type in another tab at the same time

    All versions of Firefox are free.
    I'm not sure RealPlayer is the only add-on that conflicts with the Flash 11.3 Protected Mode feature. I suggest disabling it to see whether that makes any difference.
    In case it is related to settings or extensions, you could try the Reset feature. This duplicates certain key data from your active settings folder into a new one, bypassing some add-ons and custom settings. Your plugins will still be active, but could be disabled manually if you like.
    More information in this article: [[Reset Firefox – easily fix most problems]].
    If the new settings folder has the same problem, you can switch back if you like using Firefox's Profile Manager. (This article describes how to start Firefox in the profile manager. I do not recommend removing anything until you are 110% certain that you will never need any of that profile's data in the future. [[Use the Profile Manager to create and remove Firefox profiles]])
    Does it make any difference?

  • Need help with doing two things at once

    hey all!
    i'm trying to write a program where the user has twenty seconds to guess the houshold item. every five seconds the pc gives a clue, if the user manages to guess it in time, they win! else...
    anyway, my compiler comes up with nothing but when i execute it and press "go" to start the process, the program does what it is meant to exept for at the end where it always displays "you lose" regardless of anything that has happened.i'm not sure what i'm doing wrong.
    here's the code:
    import java.util.Random;
    import javax.swing.event.DocumentListener;
    import javax.swing.event.DocumentEvent;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.FlowLayout;
    import static java.lang.System.out;
    import java.util.Timer;
    import java.util.TimerTask;
    class Quiz extends JFrame implements ActionListener, ItemListener{
         public static void main(String args[]){
              new Quiz();
         String qp;
         int duh = 1;
         int funnum = 0;
         Timer othertime = new Timer();
         JLabel ql1 = new JLabel();
         JLabel ql2 = new JLabel();
         JLabel ql3 = new JLabel();
         JLabel ql4 = new JLabel();
         JLabel ql5 = new JLabel();
         JLabel ql6 = new JLabel();
         JLabel timelabel = new JLabel();
        JButton qlb1 = new JButton("go");
        JComboBox box = new JComboBox();
         public Quiz(){
         setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         setLayout(new FlowLayout());
         add(ql1);
         ql1.setVisible(false);
         add(ql2);
         ql2.setVisible(false);
         add(ql3);
         ql3.setVisible(false);
         add(ql4);
         ql4.setVisible(false);
         add(ql5);
         ql5.setVisible(false);
         add(ql6);
         add(timelabel);
         add(qlb1);
         qlb1.addActionListener(this);
         add(box);
         box.addItem("");
         box.addItem("shower");
         box.addItem("bed");
         box.addItem("spade");
         box.addItem("knife");
         box.addItem("book");
         box.addItem("rake");
         box.addItem("bookshelf");
         box.addItem("sink");
         box.addItem("bedside lamp");
         box.addItem("wooden spoon");
         box.addItem("'quiet' sign");
         box.addItem("baking tray");
         box.addItem("desk");
         box.addItem("toilet");
         box.addItem("compost");
         box.addItem("pillow");
         box.addItem("blanket");
         box.addItem("pan");
         box.addItem("study computer");
         box.addItem("tap");
         box.addItem("bookworms");
         box.addItem("duvey");
         box.addItem("bath");
         box.addItem("plants");
         box.addItem("cooker");
         box.addItem("trampoline");
         box.addItemListener(this);
         box.setEnabled(false);
         pack();
         setVisible(true);     
         public void actionPerformed(ActionEvent e){
         qlb1.setEnabled(false);
         int rndmnm = new Random().nextInt(10)+1;
         final int getnum = rndmnm;
         switch(getnum){
         case 1:
         ql1.setText("this is a kitchen item");
         ql2.setText("it is used for cooking");
         ql3.setText("it requires heat");
         ql4.setText("it needs greasy paper");
         qp = "baking tray";
         break;
         case 2:
             ql1.setText("this is a kitchen item");
             ql2.setText("this item has no food put into it to cook");
             ql3.setText("this item does not require heat");
             ql4.setText("it is used for mixing ingredients");
             qp = "wooden spoon";
            break;
           case 3:
             ql1.setText("this is a bathroom item");
             ql2.setText("it is used when washing");
             ql3.setText("it does not create foam");
             ql4.setText("it can be relaxing");
             qp = "bath";
                break;
                case 4:
                ql1.setText("this is a bathroom item");
                ql2.setText("it squirts water");
                ql3.setText("it is stationary");
                ql4.setText("temperature does not matter");
                qp = "toilet";
                break;
                case 5:
                ql1.setText("this is a bedroom item");
                ql2.setText("it is slept on top of");
                ql3.setText("all except the head sleeps on top of it");
                ql4.setText("it is not hard");
                qp = "duvey";
                break;
                case 6:
                ql1.setText("this is a bedroom item");
                ql2.setText("it is not hard");
                ql3.setText("legs generally never lie on top of it");
                ql4.setText("it is nearly as long as the duve");
                qp = "blanket";
                break;
                case 7:
                ql1.setText("this is a library item");
                ql2.setText("it is of great use");
                ql3.setText("it is material");
                ql4.setText("it stores much data");
                qp = "bookshelf";
                break;
                case 8:
                ql1.setText("this is a library item");
                ql2.setText("it is simple to use");
                ql3.setText("you do not nead to search much to find it");
                ql4.setText("it is not made of wood or other carpentry material");
                qp = "'quiet' sign";
                break;
                case 9:
                ql1.setText("this is a garden item");
                ql2.setText("it covers area");
                ql3.setText("it can crush plants...");
                ql4.setText("...but is also very useful to them");
                qp = "compost";
                break;
                default:
                ql1.setText("this is a garden item");
                ql2.setText("it requires heavy work to do");
                ql3.setText("and good looking after");
                ql4.setText("the outcome is surprisingly delicate");
                qp = "plants";
                break;
         othertime.scheduleAtFixedRate(new TimerTask() {
                   int otherval = 0;
                   public void run() {
                        switch (otherval)
                             case 1:
                             timelabel.setText("20");
                                  ql5.setText(qp);
                                  ql1.setVisible(true);
                                  box.setEnabled(true);
                                  break;
                             case 2:
                                 timelabel.setText("19");
                                 break;
                                      case 3:
                                 timelabel.setText("18");
                                 break;
                                      case 4:
                                 timelabel.setText("17");
                                 break;
                             case 5:
                                  timelabel.setText("16");
                                  ql2.setVisible(true);
                                  break;
                                       case 6:
                                 timelabel.setText("15");
                                 break;
                                      case 7:
                                 timelabel.setText("14");
                                 break;
                                      case 8:
                                 timelabel.setText("13");
                                 break;
                                      case 9:
                                 timelabel.setText("12");
                                 break;
                             case 10:
                                 timelabel.setText("11");
                                  ql3.setVisible(true);
                                  break;
                                       case 11:
                                 timelabel.setText("10");
                                 break;
                                      case 12:
                                 timelabel.setText("9");
                                 break;
                                      case 13:
                                 timelabel.setText("8");
                                 break;
                                      case 14:
                                 timelabel.setText("7");
                                 break;
                             case 15:
                             timelabel.setText("6");
                                  ql4.setVisible(true);
                                  break;
                                       case 16:
                                 timelabel.setText("5");
                                 break;
                                      case 17:
                                 timelabel.setText("4");
                                 break;
                                      case 18:
                                 timelabel.setText("3");
                                 break;
                                      case 19:
                                 timelabel.setText("2");
                                 break;
                             case 20:
                                 timelabel.setText("1");
                                 break;
                             case 21:
                                 timelabel.setText("");
                                 duh --;
                             if(duh == 1){
                             ql6.setText("you win!!!");     
                             } else {
                             ql6.setText("you lose");
                                  break;
                        otherval++;
                   } }, 1000, 1000);
           public void itemStateChanged(ItemEvent e){
                        box.setEnabled(false);
                        if(box.getSelectedItem() == ql5.getText()){
                        duh ++;
                        } else {
                      funnum ++;
      }as i say, the ending will always be "you lose".
    anyhoo, for those of you who want a question its "what am i doing wrong that prevents the user from winning?"
    thankyou for your help (if you do help).

    the point of the decremation is that duh is incremented if you get the answer right,
    public void itemStateChanged(ItemEvent e){
                        box.setEnabled(false);
                        if(box.getSelectedItem() == ql5.getText()){
                        duh ++;
                        } else {
                      funnum ++;
                   } and then duh is decremented, like so:
         case 21:
                                 timelabel.setText("");
                                 duh --;
                             if(duh == 1){
                             ql6.setText("you win!!!");     
                             } else {
                             ql6.setText("you lose");
                                  break;the point is that if the user gets it right, duh should be incremented, then in the switch statements decrements the value of duh. so if the user got it right, duh should equal 1. else duh will be decreased to zero
    hope that makes it more clear (i'm not very good with explaining stuff)

  • Unable to do two things at once online

    Hi
    I've recently bought a Mac Book Pro and via Airport it detected my existing wireless connection and connected to my Belkin router without a problem.
    I've noticed however that if, for example, I'm uploading a video to YouTube, or some photos online, I can't then connect to anything else on the internet either via a new tab or a new internet window. When I try to do so it searches for a while (and this happens on both Safari and Firefox) and then comes up with a "Server not found" error message. It feels as though the uploading is closing any other access to the internet.
    I didn't have any problems doing simultaneous internet access when I was using the same router/wireless set up with my PC, so I think it must be something I haven't done with the Mac?
    Any help really gratefully received!
    Neil

    Hi
    I've got a pre-N belkin wireless/router. I've checked via the router's homepage and it says there isn't any new firmware available.
    I ran the trace as suggested, I'm afraid that I don't know what "long hop times" means, but here's a printout of what I got from the www.youtube.com trace:
    Traceroute has started ...
    traceroute: Warning: www.youtube.com has multiple addresses; using 208.65.153.238
    traceroute to www.youtube.com (208.65.153.238), 64 hops max, 40 byte packets
    1 192.168.2.1 (192.168.2.1) 10.972 ms 0.602 ms 0.554 ms
    2 87.237.21.169 (87.237.21.169) 9.235 ms 8.721 ms 9.217 ms
    3 10.192.0.101 (10.192.0.101) 10.797 ms 10.293 ms 9.640 ms
    4 * * *
    5 194.35.183.93 (194.35.183.93) 15.419 ms 15.973 ms 16.042 ms
    6 ae0-192.loncr5.London.opentransit.net (193.251.252.193) 15.062 ms 15.763 ms 15.912 ms
    7 level3-1.GW.opentransit.net (193.251.254.98) 23.198 ms 23.207 ms 23.614 ms
    8 ae-31-51.ebr1.London1.Level3.net (4.68.116.30) 39.788 ms ae-31-53.ebr1.London1.Level3.net (4.68.116.94) 31.416 ms ae-31-55.ebr1.London1.Level3.net (4.68.116.158) 32.418 ms
    9 ae-1-100.ebr2.London1.Level3.net (4.69.132.118) 32.397 ms 29.148 ms 35.280 ms
    10 ae-4.ebr1.NewYork1.Level3.net (4.69.132.109) 96.005 ms 85.803 ms 88.939 ms
    11 ae-81-81.csw3.NewYork1.Level3.net (4.69.134.74) 95.509 ms 92.848 ms 90.528 ms
    12 ae-34-89.car4.NewYork1.Level3.net (4.68.16.134) 86.905 ms 87.293 ms 87.031 ms
    13 GOOGLE-INC.car4.NewYork1.Level3.net (4.78.166.246) 90.074 ms 90.920 ms 95.273 ms
    14 * * *
    15 * * *
    16 * * *
    17 * * *
    18 * * *
    19 208.65.153.238 (208.65.153.238) 163.016 ms 161.628 ms 160.119 ms
    It took about 45 seconds in total to complete.
    I changed the MTU to 1492 (it was 1432) but still getting the "server not found" message.

Maybe you are looking for