How to make GUI application run fast and use less memory?

Hi, there,
My GUI application have:
Menu, toolbar, filechooser, JTable, and log panel.(There is not much file io operation)
When I run it in my machine, it is so slow, and if I run several times, close it after each run, it will run out of my memory. I am using PII266MMX, 256RAM. (When I run another software, such as flashfxp, GUI of which is more complicated than mine, however it is far faster than mine, but I don't think it is written in JAVA), Is JAVA's GUI desktop application not fast?
Regardless hardware factors, what should I pay attention to writing an efficient GUI application?
Can anybody give some advice?
Thanks a lot, thanks .....

Thank you, Denis.
I can run several times of this applicaiton in another machine: PIII866, 256M RAM (windows 2000). I didn't encounter the memory problem, I can open serveral windows of it with that machine.
Why I met this problem in this old machine, I alway get memory not enough problem.(this old machine comes with Win98). Both of machines have same memory(256M).
Could you please give me some hint?
Thanks,
Sitai

Similar Messages

  • How to make mac desktop run faster . It is starting to freeze up in Safari sometimes.

    How to make IMAC desktop run faster.

    Mavericks is the Operating System, while you could call it a program it's the OS. We need to know:
    what year iMac you have including the amount of RAM installed, the capacity of the internal HD and how much is stored on it and under what conditions the computer runs slowly. Please CAREFULLY read Help us to help you on these forums

  • Byref or Byval - which is faster and consume less memory ?

    Hello !
    I'm using vb.net 2013.
    I have a situation when I need to pass as parameter some controls like Buttons. checkboxes and also a Bindingsource and an Entity.
    Both Byref and Byval are working in my case.
    but I'm asking :
    - Which of them is faster and consume less memory ?
    Thank you !

    I have observed ByVal to be faster
    Passing a value variable ByRef requires it to be boxed.  That's what's taking the extra time in this example.  OP is passing reference variables. Rerunning the text with a reference variable passed ByVal or ByRef would remove the difference in
    speed even for that number of cycles.
    Actually, Acamar is right. Used this way, ByRef is faster. But it doesn't matter. Speed and memory consumption is not the basis that a decision to use byref or byval should be made upon. That is the main point I wanted to make
    Option Strict On
    Option Explicit On
    Option Infer Off
    Public Class Form1
    Private Sub btnExample_Click(sender As Object, e As EventArgs) Handles btnExample.Click
    Dim s1, s2 As New Stopwatch
    Dim testLoopCount As Integer = 100000000
    s1.Start()
    For I As Integer = 1 To testLoopCount
    test1(1)
    Next
    s1.Stop()
    s2.Start()
    For I As Integer = 1 To testLoopCount
    test2(1)
    Next
    s2.Stop()
    Dim result1 As String = String.Format("ByRef ElapsedMilliseconds:{0}", s1.ElapsedMilliseconds.ToString)
    Dim result2 As String = String.Format("ByVal ElapsedMilliseconds:{0}", s2.ElapsedMilliseconds.ToString)
    Dim resultMsg As String = String.Format("{0}" & vbCrLf & "{1}", result1, result2)
    MessageBox.Show(resultMsg)
    End Sub
    Sub test1(ByRef val As Integer)
    End Sub
    Sub test2(ByVal val As Integer)
    End Sub
    End Class
    “If you want something you've never had, you need to do something you've never done.”
    Don't forget to mark
    helpful posts and answers
    ! Answer an interesting question? Write a
    new article
    about it! My Articles
    *This post does not reflect the opinion of Microsoft, or its employees.

  • How to make powermac G4 400GHz faster and run smoother.

    I really want to make my Power Mac G4 much faster and run smoother, can someone help me do this.
    P.S. I'm running mac OS X 10.4.11 and I'm trying to install mac OS X 10.6 snow leopard will upgrading my OS help improve performance.

    dragon,
    First thing to do, and the cheapest, is more RAM. It's not cool to recommend retailers, etc....but you really want to get the right stuff. Macs can be finicky about RAM. You can get the right stuff in many places...IF you know what you're doing. That being said, most 'pros' here in Discussions recommend macsales.com (OWC) and crucial.com because you'll get the right stuff at decent prices. Both have memory 'advisors', where you type in your machine type and get recommendations for the correct memory. Do that yourself, even if you're not ready to buy today.
    macsales.com has 512mb for about $30. Crucial wants $60; dunno why; they used to be comparable. One plan, on your limited budge, would be to get one 512mb stick; then save up and buy THE SAME product when you've saved up $30 more. I wouldn't mix. It can be done but you'll save yourself some grief just buying the same sticks from the same place. You'll see a pretty good improvement if you go to 1GB+.
    You'll also see pretty good performance if you limit the number of apps you install, particularly "third party plugins". Keep your Mac lean and mean and it'll perform well for years. Be sure to run Permissions Repair EVERY TIME you install an app. I say this because that 60GB HD will fill up pretty fast. Maybe it'd be better just to get the one 512MB stick, giving you 1.5GB RAM. Then, save up for a bigger HDD. You'll need those two upgrades before even thinking of a CPU upgrade.
    Get the free utility Macaroni and let it run daily, weekly, monthly tasks. Read thru other posts here in the 'Using ur PMac G4' and "Exanding ur PMac G4".
    Please come back if you have any more questions. HTH

  • How to make my iMac run faster

    Hi there,
    I have a 2011 iMac which is hardly used.  I have upgraded the ram to 12 GB when I purchased it.  However, it takes ages for the computer to run, especially during start-up.
    Any thoughts on how to make it run faster?
    Cheers,
    Gary

    Make sure you installed the correct RAM. Installing the wrong type will cause the system to become unstable and slow.

  • How to make macbook pro run faster

    Hi,
    Saw a post from admins I guess, listed below that post and my Macbook Pro details as required:
    Do a Apple Menu > About This Mac > More information and copy and paste here what you see there EXCEPT the serial numbers at the bottom. Edit the serial numbers, we don't need that.
    1: Hold the Command/Apple key and press the SpaceBar, Spotlight appears at the top right. type: Terminal and select and open the Terminal program by pressing enter.
    2: Triple click or select each of these three lines one at a time and paste into Terminal then press enter after each.
    kextstat -kl | awk ' !/apple/ { print $6 } ' | open -f -a TextEdit
    ps -A | open -f -a TextEdit
    ls -@AOen L*/Preferences | open -f -a TextEdit
    3: Quit Terminal
    4: There will be three Text Edit windows with information in each of them.
    5: Select all the data in each window one at a time and copy it, then paste it here in a new pos
    #1st text box
    total 6728
    -rw-r--r--   1 1056  20  -    124 17 Nov  2011 .3246584E-0CF8-4153-835D-C7D952862F9D
    -rw-r--r--   1 1056  20  -      0 17 Nov  2011 .ED79F650-F474-47C9-BA6A-283561305DEB
    -rw-------   1 1056  20  -   2139  3 Sep 11:27 .GlobalPreferences.plist
    -rw-------   1 1056  20  -      0 18 Jan  2012 .GlobalPreferences.plist.8sMW13J
    -rw-------   1 1056  20  -      0 18 Jan  2012 .GlobalPreferences.plist.ee8gIMI
    drwx------  83 1056  20  -   2822  3 Sep 11:27 ByHost
    -rw-r--r--@  1 1056  20  -   1080 11 Nov  2011 CD Info.cidb
              com.apple.FinderInfo              32
    -rw-------   1 1056  20  -   3085  2 Mar  2011 IPMessenger.plist
    drwxr-xr-x   3 1056  20  -    102 23 Nov  2010 Macromedia
    drwxr-xr-x   3 1056  20  -    102 23 Nov  2010 Microsoft
    -rw-r--r--@  1 1056  20  -   8885  3 Sep 11:27 QuickTime Preferences
              com.apple.quarantine              54
    -rw-r--r--@  1 1056  20  -   2048 11 Jul  2012 RIOT DESIGNER Prefs
              com.apple.FinderInfo              32
    -rw-r--r--   1 1056  20  -     88 28 Sep  2012 Shockwave 11 Preferences
    -rw-r--r--@  1 1056  20  -   2955 31 Jan  2012 SourceGear DiffMerge Preferences
              com.apple.FinderInfo              32
    drwx------   3 1056  20  -    102 10 Mar  2011 TourDeFlex.E7BED6E5DDA59983786DD72EBFA46B1598278E07.1
    drwx------   6 1056  20  -    204 31 Aug 23:28 VLC
    drwxr-xr-x   5 1056  20  -    170 27 Aug  2012 Yummy FTP
    -rw-------   1 1056  20  -    293 11 Apr  2012 com.AnyBizSoft.PDF_to_Word.plist
    -rw-------   1 1056  20  -    176  1 Sep 13:39 com.Breakpad.crash_report_sender.plist
    -rw-------   1 1056  20  -   1649  1 May 09:53 com.TeamViewer7.Settings.Machine.plist
    -rw-------   1 1056  20  -    544  1 May 09:48 com.TeamViewer7.Settings.plist
    -rw-------   1 1056  20  -   1838 29 Aug 16:18 com.TeamViewer8.Settings.Machine.plist
    -rw-------   1 1056  20  -    722 29 Aug 09:26 com.TeamViewer8.Settings.plist
    -rw-------@  1 1056  20  -    131  3 Sep 10:01 com.apple.ATS.plist
              com.apple.quarantine              46
    -rw-------   1 1056  20  -   1003  2 Sep 18:04 com.apple.ActivityMonitor.plist
    -rw-------   1 1056  20  -    107  3 Sep 11:27 com.apple.AddressBook.abd.plist
    -rw-------   1 1056  20  -   1812  3 Sep 11:27 com.apple.AddressBook.plist
    -rw-------   1 1056  20  -    334 27 Feb  2011 com.apple.AppleShareClient.plist
    -rw-------   1 1056  20  -   1300  2 Jun  2012 com.apple.Automator.LSSharedFileList.plist
    -rw-------   1 1056  20  -   1475  2 Jun  2012 com.apple.Automator.plist
    -rw-------   1 1056  20  -   1172 29 Aug 23:27 com.apple.BezelServices.plist
    -rw-------   1 1056  20  -   2982  1 Sep 19:03 com.apple.BluetoothFileExchange.plist
    -rw-------   1 1056  20  -     72  8 Mar  2011 com.apple.BluetoothSetupAssistant.plist
    -rw-------   1 1056  20  -    466 16 Aug  2012 com.apple.CharacterPaletteIM.plist
    -rw-------   1 1056  20  -    493  9 Aug  2011 com.apple.Chess.plist
    -rw-------   1 1056  20  -   2913  8 Jul  2012 com.apple.ColorSyncUtility.LSSharedFileList.plist
    -rw-------   1 1056  20  -    186  1 Dec  2010 com.apple.ColorSyncUtility.plist
    -rw-------   1 1056  20  -    104  3 Sep 11:30 com.apple.CoreGraphics.plist
    -rw-------   1 1056  20  -     94 13 Mar  2011 com.apple.CrashReporter.plist
    -rw-------   1 1056  20  -   3182 17 Jun 09:01 com.apple.DVDPlayer.plist
    -rw-------   1 1056  20  -    943 20 Jun 12:34 com.apple.Dictionary.plist
    -rw-------   1 1056  20  -    428 13 Mar  2011 com.apple.DictionaryServices.plist
    -rw-------   1 1056  20  -    411 13 Jun  2011 com.apple.DigitalColorMeter.plist
    -rw-------   1 1056  20  -    180 22 Apr  2012 com.apple.DirectoryUtility.plist
    -rw-------   1 1056  20  -    165  3 Sep 11:21 com.apple.DiskUtility.plist
    -rw-------   1 1056  20  -    573 21 May  2012 com.apple.FolderActions.plist
    -rw-------   1 1056  20  -   6129  8 Apr 15:34 com.apple.FontBook.plist
    -rw-------   1 1056  20  -     84  8 May 15:45 com.apple.HIToolbox.plist
    -rw-------   1 1056  20  -    419  9 Aug  2011 com.apple.Image_Capture.plist
    drwxr-xr-x   2 1056  20  -     68  7 Mar  2011 com.apple.JapaneseAnalysis
    -rw-r--r--@  1 1056  20  - 733184  2 Sep 16:58 com.apple.LaunchServices.QuarantineEvents
              com.apple.quarantine              38
    -rw-------   1 1056  0   -   1172 29 Jul 14:57 com.apple.LaunchServices.plist
    -rw-r--r--   1 1056  20  -     87  3 Sep 11:30 com.apple.MCX.plist
    -rw-------   1 1056  20  -    119  7 Feb  2012 com.apple.NetAuthAgent.plist
    -rw-------   1 1056  20  -    549 11 Apr  2012 com.apple.NetworkUtility.plist
    -rw-------   1 1056  20  -    119 29 Aug 14:53 com.apple.PTPCamera.plist
    -rw-------   1 1056  20  -    185  8 Jul 20:57 com.apple.PhotoBooth.plist
    -rw-------   1 1056  20  -    579  3 Sep 10:23 com.apple.PreferenceSync.plist
    -rw-------   1 1056  20  -    181 17 Jul  2011 com.apple.Preview.ImageSizingPresets.plist
    -rw-------   1 1056  20  -   8864  2 Sep 09:55 com.apple.Preview.LSSharedFileList.plist
    -rw-------   1 1056  20  -   1597 29 Aug 17:04 com.apple.Preview.bookmarks.plist
    -rw-------   1 1056  20  -   3566  2 Sep 09:54 com.apple.Preview.plist
    -rw-------   1 1056  20  -    200 12 Aug 10:04 com.apple.ProblemReporter.plist
    -rw-------   1 1056  20  -    101  7 Jul 13:25 com.apple.PubSubAgent.plist
    -rw-------   1 1056  20  -    191 23 Nov  2010 com.apple.QuickLookDaemon.plist
    -rw-------   1 1056  20  - 329641  2 Sep 20:17 com.apple.QuickTimePlayerX.plist
    -rw-------   1 1056  20  -      0  1 Apr 19:37 com.apple.QuickTimePlayerX.plist.03rSrEW
    -rw-------   1 1056  20  -      0 31 Mar 18:34 com.apple.QuickTimePlayerX.plist.0WfgfX1
    -rw-------   1 1056  20  -      0 14 Jan  2011 com.apple.QuickTimePlayerX.plist.0emHipJ
    -rw-------   1 1056  20  -      0 30 Apr  2011 com.apple.QuickTimePlayerX.plist.1PwKVR5
    -rw-------   1 1056  20  -      0  5 Jul  2012 com.apple.QuickTimePlayerX.plist.2zvbuyl
    -rw-------   1 1056  20  -      0 27 Jul  2011 com.apple.QuickTimePlayerX.plist.3HVmHcr
    -rw-------   1 1056  20  -      0 23 Jul  2011 com.apple.QuickTimePlayerX.plist.4BTayqe
    -rw-------   1 1056  20  -      0 29 Sep  2012 com.apple.QuickTimePlayerX.plist.5BVfGVU
    -rw-------   1 1056  20  -      0 29 Jun 01:24 com.apple.QuickTimePlayerX.plist.5v3ynsK
    -rw-------   1 1056  20  -      0 20 Sep  2012 com.apple.QuickTimePlayerX.plist.6X8Bh5c
    -rw-------   1 1056  20  -      0 13 Nov  2012 com.apple.QuickTimePlayerX.plist.6iKbORf
    -rw-------   1 1056  20  -      0 18 Nov  2011 com.apple.QuickTimePlayerX.plist.7QoHheF
    -rw-------   1 1056  20  -      0 23 Jun 16:26 com.apple.QuickTimePlayerX.plist.7aIgDMe
    -rw-------   1 1056  20  -      0  7 Dec  2012 com.apple.QuickTimePlayerX.plist.7qWZmK8
    -rw-------   1 1056  20  -      0 17 Jan  2013 com.apple.QuickTimePlayerX.plist.AjipOQL
    -rw-------   1 1056  20  -      0  1 Jan  2013 com.apple.QuickTimePlayerX.plist.BW593mA
    -rw-------   1 1056  20  -      0 24 Dec  2010 com.apple.QuickTimePlayerX.plist.BeOqsQL
    -rw-------   1 1056  20  -      0 14 Apr  2012 com.apple.QuickTimePlayerX.plist.CWU1gWV
    -rw-------   1 1056  20  -      0 13 Jan  2011 com.apple.QuickTimePlayerX.plist.ClqxmZj
    -rw-------   1 1056  20  -      0 17 Nov  2012 com.apple.QuickTimePlayerX.plist.D2K4XhB
    -rw-------   1 1056  20  -      0  9 Nov  2012 com.apple.QuickTimePlayerX.plist.Dm1569A
    -rw-------   1 1056  20  -      0 23 Dec  2010 com.apple.QuickTimePlayerX.plist.EDSzpvO
    -rw-------   1 1056  20  -      0  4 Jun  2011 com.apple.QuickTimePlayerX.plist.EdfZaG2
    -rw-------   1 1056  20  -      0 24 Nov  2010 com.apple.QuickTimePlayerX.plist.EfaBrC5
    -rw-------   1 1056  20  -      0 17 Jun 02:41 com.apple.QuickTimePlayerX.plist.F6sdEmV
    -rw-------   1 1056  20  -      0  8 Jun 16:13 com.apple.QuickTimePlayerX.plist.FF1mQPK
    -rw-------   1 1056  20  -      0  5 May  2012 com.apple.QuickTimePlayerX.plist.FWI5qap
    -rw-------   1 1056  20  -      0  7 Mar  2011 com.apple.QuickTimePlayerX.plist.Fw4IMvX
    -rw-------   1 1056  20  -      0  5 Oct  2012 com.apple.QuickTimePlayerX.plist.GujRsHO
    -rw-------   1 1056  20  -      0  8 Aug  2011 com.apple.QuickTimePlayerX.plist.H0okHYd
    -rw-------   1 1056  20  -      0 15 Jul  2011 com.apple.QuickTimePlayerX.plist.HFZNjCb
    -rw-------   1 1056  20  -      0 10 Mar  2011 com.apple.QuickTimePlayerX.plist.I7VEq8G
    -rw-------   1 1056  20  -      0 21 Jun  2012 com.apple.QuickTimePlayerX.plist.J32qvca
    -rw-------   1 1056  20  -      0 12 Nov  2012 com.apple.QuickTimePlayerX.plist.KBfy8Fn
    -rw-------   1 1056  20  -      0 29 Nov  2010 com.apple.QuickTimePlayerX.plist.KpR4lix
    -rw-------   1 1056  20  -      0 25 Nov  2010 com.apple.QuickTimePlayerX.plist.KrHU6lp
    -rw-------   1 1056  20  -      0  6 Dec  2010 com.apple.QuickTimePlayerX.plist.L3wpOkE
    -rw-------   1 1056  20  -      0 29 Nov  2010 com.apple.QuickTimePlayerX.plist.LPbbJxc
    -rw-------   1 1056  20  -      0  6 Jul  2012 com.apple.QuickTimePlayerX.plist.LWO5oMt
    -rw-------   1 1056  20  -      0  9 Apr  2011 com.apple.QuickTimePlayerX.plist.M5TTPoL
    -rw-------   1 1056  20  -      0  7 Jul  2012 com.apple.QuickTimePlayerX.plist.MOdzkQ6
    -rw-------   1 1056  20  -      0 20 Jan  2013 com.apple.QuickTimePlayerX.plist.NUIiYLF
    -rw-------   1 1056  20  -      0 21 Sep  2012 com.apple.QuickTimePlayerX.plist.NgCCqir
    -rw-------   1 1056  20  -      0 18 Nov  2011 com.apple.QuickTimePlayerX.plist.ODwqFGS
    -rw-------   1 1056  20  -      0 19 Dec  2012 com.apple.QuickTimePlayerX.plist.PYTa8qn
    -rw-------   1 1056  20  -      0 31 Mar 13:16 com.apple.QuickTimePlayerX.plist.QYL3qUW
    -rw-------   1 1056  20  -      0  2 Apr 17:54 com.apple.QuickTimePlayerX.plist.QlG9hSz
    -rw-------   1 1056  20  -      0 24 Nov  2010 com.apple.QuickTimePlayerX.plist.QsNfWSJ
    -rw-------   1 1056  20  -      0 20 Oct  2011 com.apple.QuickTimePlayerX.plist.Qt9cPHW
    -rw-------   1 1056  20  -      0 26 Oct  2012 com.apple.QuickTimePlayerX.plist.RHmpCWh
    -rw-------   1 1056  20  -      0 13 Nov  2012 com.apple.QuickTimePlayerX.plist.SHK6F7l
    -rw-------   1 1056  20  -      0 30 Apr 20:58 com.apple.QuickTimePlayerX.plist.Sbnx7vE
    -rw-------   1 1056  20  -      0 12 Apr 17:34 com.apple.QuickTimePlayerX.plist.ShWSkkX
    -rw-------   1 1056  20  -      0 22 Nov  2011 com.apple.QuickTimePlayerX.plist.TMcj0Fp
    -rw-------   1 1056  20  -      0 13 Oct  2012 com.apple.QuickTimePlayerX.plist.TeqiAmz
    -rw-------   1 1056  20  -      0 19 Aug  2012 com.apple.QuickTimePlayerX.plist.UkPaj4a
    -rw-------   1 1056  20  -      0 19 Aug  2011 com.apple.QuickTimePlayerX.plist.UvyJpwq
    -rw-------   1 1056  20  -      0 23 Dec  2012 com.apple.QuickTimePlayerX.plist.WetVfBo
    -rw-------   1 1056  20  -      0 18 Feb  2011 com.apple.QuickTimePlayerX.plist.Y8SklIa
    -rw-------   1 1056  20  -      0 17 Jun 09:01 com.apple.QuickTimePlayerX.plist.ZANkhmB
    -rw-------   1 1056  20  -      0  6 Jul  2012 com.apple.QuickTimePlayerX.plist.ZRElV8n
    -rw-------   1 1056  20  -      0 19 Nov  2011 com.apple.QuickTimePlayerX.plist.aLcfuTr
    -rw-------   1 1056  20  -      0 18 Aug  2012 com.apple.QuickTimePlayerX.plist.aNfjRlS
    -rw-------   1 1056  20  -      0  4 Jun  2011 com.apple.QuickTimePlayerX.plist.aRzdWvH
    -rw-------   1 1056  20  -      0 16 Dec  2012 com.apple.QuickTimePlayerX.plist.b8OKK58
    -rw-------   1 1056  20  -      0  2 Jul  2012 com.apple.QuickTimePlayerX.plist.bHm9RQQ
    -rw-------   1 1056  20  -      0 16 Jun 20:27 com.apple.QuickTimePlayerX.plist.dEnXJwc
    -rw-------   1 1056  20  -      0  6 Jul  2012 com.apple.QuickTimePlayerX.plist.df0AERt
    -rw-------   1 1056  20  -      0 17 Jun 00:08 com.apple.QuickTimePlayerX.plist.dmMEWST
    -rw-------   1 1056  20  -      0  2 Apr 14:19 com.apple.QuickTimePlayerX.plist.fIux90g
    -rw-------   1 1056  20  -      0 23 Nov  2010 com.apple.QuickTimePlayerX.plist.fwx5YR7
    -rw-------   1 1056  20  -      0 30 Jan  2011 com.apple.QuickTimePlayerX.plist.gYW9aKh
    -rw-------   1 1056  20  -      0 18 May 19:44 com.apple.QuickTimePlayerX.plist.hBoImur
    -rw-------   1 1056  20  -      0 13 Sep  2012 com.apple.QuickTimePlayerX.plist.heydANj
    -rw-------   1 1056  20  -      0 31 Mar 15:01 com.apple.QuickTimePlayerX.plist.irl8U7Q
    -rw-------   1 1056  20  -      0 22 Dec  2012 com.apple.QuickTimePlayerX.plist.lDWL6pr
    -rw-------   1 1056  20  -      0 30 Aug  2011 com.apple.QuickTimePlayerX.plist.mEPiIx0
    -rw-------   1 1056  20  -      0 28 Oct  2011 com.apple.QuickTimePlayerX.plist.mpXG5bh
    -rw-------   1 1056  20  -      0 12 Apr 15:07 com.apple.QuickTimePlayerX.plist.mpevFw9
    -rw-------   1 1056  20  -      0 12 Apr 02:16 com.apple.QuickTimePlayerX.plist.msOD81M
    -rw-------   1 1056  20  -      0 25 Dec  2012 com.apple.QuickTimePlayerX.plist.nIC7ofs
    -rw-------   1 1056  20  -      0 31 Aug 18:20 com.apple.QuickTimePlayerX.plist.oh2QxYx
    -rw-------   1 1056  20  -      0  9 Nov  2011 com.apple.QuickTimePlayerX.plist.pTiKWzg
    -rw-------   1 1056  20  -      0 23 Nov  2010 com.apple.QuickTimePlayerX.plist.q6VPIvv
    -rw-------   1 1056  20  -      0 14 Feb  2011 com.apple.QuickTimePlayerX.plist.qaG5Bpl
    -rw-------   1 1056  20  -      0  3 Dec  2012 com.apple.QuickTimePlayerX.plist.qkF88cR
    -rw-------   1 1056  20  -      0  6 Mar  2011 com.apple.QuickTimePlayerX.plist.r9RdHZD
    -rw-------   1 1056  20  -      0 11 Apr  2011 com.apple.QuickTimePlayerX.plist.rIaZ4Um
    -rw-------   1 1056  20  -      0 30 Dec  2010 com.apple.QuickTimePlayerX.plist.rvULf0d
    -rw-------   1 1056  20  -      0 26 Mar  2011 com.apple.QuickTimePlayerX.plist.sCauLnP
    -rw-------   1 1056  20  -      0  4 Jun  2011 com.apple.QuickTimePlayerX.plist.sTvBlr4
    -rw-------   1 1056  20  -      0 13 Jan  2011 com.apple.QuickTimePlayerX.plist.sYugO4G
    -rw-------   1 1056  20  -      0  1 Feb  2013 com.apple.QuickTimePlayerX.plist.sbEfvfm
    -rw-------   1 1056  20  -      0 31 Jan  2011 com.apple.QuickTimePlayerX.plist.t2b2oGb
    -rw-------   1 1056  20  -      0  2 Apr 11:45 com.apple.QuickTimePlayerX.plist.t3uqaue
    -rw-------   1 1056  20  -      0  3 Apr 11:01 com.apple.QuickTimePlayerX.plist.tax7lCD
    -rw-------   1 1056  20  -      0 13 Jul  2012 com.apple.QuickTimePlayerX.plist.tjDzx1u
    -rw-------   1 1056  20  -      0 14 Feb  2011 com.apple.QuickTimePlayerX.plist.tw059Px
    -rw-------   1 1056  20  -      0 14 Dec  2012 com.apple.QuickTimePlayerX.plist.u10Lf5h
    -rw-------   1 1056  20  -      0  2 Apr 10:26 com.apple.QuickTimePlayerX.plist.vQ1KQI6
    -rw-------   1 1056  20  -      0 23 Jul 23:10 com.apple.QuickTimePlayerX.plist.vttNKE1
    -rw-------   1 1056  20  -      0  3 Oct  2012 com.apple.QuickTimePlayerX.plist.wau9Bka
    -rw-------   1 1056  20  -      0 13 Jan  2011 com.apple.QuickTimePlayerX.plist.wxsTZP5
    -rw-------   1 1056  20  -      0 31 Mar 13:29 com.apple.QuickTimePlayerX.plist.z6RHAdF
    -rw-------@  1 1056  20  -    133 23 Nov  2010 com.apple.Safari.RSS.plist
              com.apple.quarantine              38
    -rw-------@  1 1056  20  -   2482  3 Sep 11:19 com.apple.Safari.plist
              com.apple.quarantine              42
    -rw-------   1 1056  20  -    351  7 Feb  2012 com.apple.ScreenSharing.plist
    -rw-------   1 1056  20  -   1983 17 Apr  2011 com.apple.ScriptEditor2.LSSharedFileList.plist
    -rw-------   1 1056  20  -    111 14 Jan  2011 com.apple.SoftwareUpdate.plist
    -rw-------   1 1056  20  -    172  9 Apr  2011 com.apple.Stickies.plist
    -rw-------   1 1056  20  -    310  6 Jan  2013 com.apple.SystemProfiler.plist
    -rw-------   1 1056  20  -  11883  3 Sep 11:30 com.apple.Terminal.plist
    -rw-------   1 1056  20  -   8335 21 Aug 09:32 com.apple.TextEdit.LSSharedFileList.plist
    -rw-------   1 1056  20  -   1482 18 Aug 16:36 com.apple.TextEdit.plist
    drwx------   4 1056  20  -    136 29 Jul 14:32 com.apple.VoiceOver3
    -rw-------   1 1056  20  -   4829 29 Jul 14:31 com.apple.VoiceOver3.local.plist
    -rw-------   1 1056  20  -   1405  5 Dec  2010 com.apple.WebKit.PluginHost.plist
    -rw-------   1 1056  20  -    203 11 Sep  2012 com.apple.airport.airportutility.plist
    -rw-------   1 1056  20  -    182 28 Aug 10:17 com.apple.archiveutility.plist
    -rw-------   1 1056  20  -    212 30 Aug 12:17 com.apple.calculator.plist
    -rw-------   1 1056  20  -    165  3 Sep 11:27 com.apple.dashboard.client.plist
    -rw-------   1 1056  20  -   6016  3 Sep 11:27 com.apple.dashboard.plist
    -rw-------   1 1056  20  -    966  4 Jul 10:00 com.apple.desktop.plist
    -rw-------   1 1056  20  -    185 11 Sep  2012 com.apple.digihub.plist
    -rw-------@  1 1056  20  -   1024 25 Nov  2010 com.apple.diskimages.fsck
              com.apple.quarantine              38
    -rw-r--r--   1 1056  20  -  88064  2 Sep 18:01 com.apple.dock.db
    -rw-------   1 1056  20  -  11937  3 Sep 11:24 com.apple.dock.plist
    -rw-------   1 1056  20  -  33668  3 Sep 11:24 com.apple.finder.plist
    -rw-------   1 1056  20  -    244 26 Aug 13:09 com.apple.frameworks.diskimages.uiagent.plist
    -rw-------   1 1056  20  -    106  7 Jul 22:24 com.apple.frontrow.plist
    -rw-------   1 1056  20  -   2315  3 Sep 10:56 com.apple.help.plist
    -rw-------   1 1056  20  -    157  1 Aug  2012 com.apple.helpviewer.plist
    -rw-------   1 1056  20  -    225 18 Jul 14:59 com.apple.iApps.plist
    -rw-------   1 1056  20  -      0 25 Dec  2012 com.apple.iApps.plist.0HTW7aQ
    -rw-------   1 1056  20  -      0 17 Dec  2012 com.apple.iApps.plist.2sIgAxg
    -rw-------   1 1056  20  -      0 29 Jan  2013 com.apple.iApps.plist.4uRLCXy
    -rw-------   1 1056  20  -      0  8 Jan  2013 com.apple.iApps.plist.80k2sFo
    -rw-------   1 1056  20  -      0 21 Jan  2013 com.apple.iApps.plist.ITcp5GN
    -rw-------   1 1056  20  -      0  3 May  2011 com.apple.iApps.plist.NnjpaxO
    -rw-------   1 1056  20  -      0  7 Jan  2013 com.apple.iApps.plist.OlZI4bC
    -rw-------   1 1056  20  -      0  3 Feb  2013 com.apple.iApps.plist.h6C7uef
    -rw-------   1 1056  20  -      0 28 Jan  2013 com.apple.iApps.plist.pHCg0jn
    -rw-------   1 1056  20  -      0 27 Feb  2013 com.apple.iApps.plist.yp2aLtO
    -rw-------   1 1056  20  -     95  3 Sep 11:24 com.apple.iCal.helper.plist
    -rw-------   1 1056  20  -   1742 27 Feb  2013 com.apple.iCal.plist
    -rw-------   1 1056  20  -     76 24 Apr  2012 com.apple.iChat.AIM.plist
    -rw-------   1 1056  20  -     76 24 Apr  2012 com.apple.iChat.Jabber.plist
    -rw-------   1 1056  20  -    190 23 Nov  2010 com.apple.iChat.StatusMessages.plist
    -rw-------   1 1056  20  -    131 24 Apr  2012 com.apple.iChat.SubNet.plist
    -rw-------   1 1056  20  -    712 29 Nov  2010 com.apple.iChat.plist
    -rw-r--r--   1 1056  20  -    750 11 Nov  2011 com.apple.iTunes.Gracenote.plist
    -rw-------   1 1056  20  -  14702 25 Nov  2010 com.apple.iTunes.eq.plist
    -rw-------   1 1056  20  - 128738 18 Jul 15:10 com.apple.iTunes.plist
    -rw-------   1 1056  20  -      0  3 May  2011 com.apple.iTunes.plist.IoZetdB
    -rw-------   1 1056  20  -      0 22 Sep  2011 com.apple.iTunes.plist.L54658n
    -rw-------   1 1056  20  -      0 17 Jun  2011 com.apple.iTunes.plist.Lhx7XCF
    -rw-------   1 1056  20  -      0  5 Jun  2011 com.apple.iTunes.plist.NxxVm3Q
    -rw-------   1 1056  20  -      0 26 Jun  2011 com.apple.iTunes.plist.OySj1YZ
    -rw-------   1 1056  20  -      0 31 Jan  2011 com.apple.iTunes.plist.huiD1Xp
    -rw-------   1 1056  20  -      0 21 Sep  2011 com.apple.iTunes.plist.k8BJLD2
    -rw-------   1 1056  20  -      0  4 May  2011 com.apple.iTunes.plist.zQxW2xq
    -rw-------   1 1056  20  -     57  3 Jul 17:12 com.apple.iTunesHelper.plist
    -rw-------   1 1056  20  -   2748 17 Apr  2012 com.apple.internetconfig.plist
    -rw-------   1 1056  20  -    451 13 Aug 15:51 com.apple.internetconfigpriv.plist
    -rw-------   1 1056  20  -     95  3 May  2012 com.apple.internetconnect.plist
    -rw-r--r--   1 1056  20  -    296 15 Jan  2011 com.apple.iphotomosaic.plist
    -rw-------   1 1056  20  -   1028  3 Sep 11:27 com.apple.java.JavaPreferences.plist
    -rw-------   1 1056  20  -   1029 13 Apr  2011 com.apple.java.security.plist
    -rw-------   1 1056  20  -   6663  1 Jan  2013 com.apple.java.util.prefs.plist
    -rw-------   1 1056  20  -    120 14 Apr  2011 com.apple.javajdk16.cmd.plist
    -rw-------   1 1056  20  -    404 21 Mar  2011 com.apple.keychainaccess.plist
    -rw-------   1 1056  20  -   1499 28 Aug 09:24 com.apple.loginitems.plist
    -rw-------   1 1056  20  -    108 29 Aug 23:27 com.apple.loginwindow.plist
    -rw-------   1 1056  20  -   8957  9 Jul 21:51 com.apple.mail.plist
    -rw-------   1 1056  20  -     78 15 Feb  2011 com.apple.menuextra.battery.plist
    -rw-------   1 1056  20  -    118  2 May  2011 com.apple.menuextra.clock.plist
    -rw-------   1 1056  20  -     78  2 Jan  2013 com.apple.networkConnect.plist
    -rw-------   1 1056  20  -    120 19 Jun 15:01 com.apple.preference.desktopscreeneffect.plist
    -rw-------   1 1056  20  -    832 28 Aug 17:29 com.apple.print.PrinterProxy.plist
    -rw-------   1 1056  20  -   2686 18 Aug 13:15 com.apple.print.PrintingPrefs.plist
    -rw-------   1 1056  20  -   1746  5 Aug 12:59 com.apple.print.add.plist
    -rw-------   1 1056  20  -   1645 14 Aug 11:42 com.apple.print.custompresets.forprinter.Brother_HL_2130_series.plist
    -rw-------   1 1056  20  -   2271 21 Apr 18:09 com.apple.print.custompresets.forprinter.Deskjet_3050A_J611_series__F43D1A_.pli st
    -rw-------   1 1056  20  -   1519 17 Dec  2012 com.apple.print.custompresets.forprinter.HP_LaserJet_Professional_P1102.plist
    -rw-------   1 1056  20  -   1525 10 Jan  2013 com.apple.print.custompresets.forprinter.HP_LaserJet_Professional_P1102___Alexa nderb_9s_iMac.plist
    -rw-------   1 1056  20  -   1644 18 Oct  2012 com.apple.print.custompresets.forprinter.HP_Officejet_4500_G510g_m.plist
    -rw-------   1 1056  20  -   1798 11 Aug 17:01 com.apple.print.custompresets.forprinter.PDFwriter.plist
    -rw-------   1 1056  20  -   1541  2 Jun 12:01 com.apple.print.custompresets.forprinter.Samsung_ML_2160_Series.plist
    -rw-------   1 1056  20  -   1541  1 Jul 17:32 com.apple.print.custompresets.forprinter.Samsung_ML_2160_Series___MaryAnn_s_iMa c.plist
    -rw-------   1 1056  20  -   1541 12 Sep  2012 com.apple.print.custompresets.forprinter.Samsung_SCX_3200_Series.plist
    -rw-------   1 1056  20  -   1519 29 Aug 17:33 com.apple.print.custompresets.forprinter.Xerox.plist
    -rw-r--r--@  1 1056  20  -  20514  3 Sep 11:27 com.apple.quicktime.plugin.preferences.plist
              com.apple.quarantine              38
    -rw-------   1 1056  20  -  25836  3 Sep 11:27 com.apple.recentitems.plist
    -rw-------   1 1056  20  -    326 22 Mar  2010 com.apple.scheduler.plist
    -rw-------   1 1056  20  -    121 13 Mar  2011 com.apple.screensaver.plist
    -rw-r--r--   1 1056  20  -    707  3 Dec  2011 com.apple.security.plist
    -rw-------   1 1056  20  -  11177  3 Sep 11:04 com.apple.sidebarlists.plist
    -rw-------   1 1056  20  -     68 24 Nov  2010 com.apple.soundpref.plist
    -rw-------   1 1056  20  -     60 29 Jul 14:30 com.apple.speech.prefs.plist
    -rw-------   1 1056  20  -   9458 29 Jul 14:03 com.apple.speech.recognition.AppleSpeechRecognition.prefs.plist
    -rw-------   1 1056  20  -    175  9 Aug  2011 com.apple.speech.recognition.feedback.prefs.plist
    -rw-------   1 1056  20  -    170 29 Jul 14:03 com.apple.speech.recognition.recognizer.prefs.plist
    -rw-------   1 1056  20  -    373 29 Jul 14:26 com.apple.speech.synthesis.general.prefs.plist
    -rw-------   1 1056  20  -    189 29 Jul 14:30 com.apple.speech.voice.prefs.plist
    -rw-------   1 1056  20  -   2951 25 Mar 14:40 com.apple.symbolichotkeys.plist
    -rw-------   1 1056  20  -   4041 28 Aug 17:36 com.apple.systempreferences.plist
    -rw-------   1 1056  20  -    352 26 Jan  2011 com.apple.systemsound.plist
    -rw-------   1 1056  20  -   2057  3 Sep 11:24 com.apple.systemuiserver.plist
    -rw-------   1 1056  20  -    194  8 Apr 15:48 com.apple.typographypanel.plist
    -rw-------   1 1056  20  -    313  5 Jun 17:19 com.apple.universalaccess.plist
    -rw-------   1 1056  20  -   9242  2 Sep 12:31 com.barebones.textwrangler.LSSharedFileList.plist
    drwxr-xr-x   7 1056  20  -    238  3 Sep 10:57 com.barebones.textwrangler.PreferenceData
    -rw-------   1 1056  20  -  48469  3 Sep 10:56 com.barebones.textwrangler.plist
    -rw-------   1 1056  20  -   3852 15 Aug  2011 com.bittorrent.uTorrent.plist
    -rw-------   1 1056  20  -   1550 24 May  2012 com.docudesk.deskunpdf.plist
    -rw-------@  1 1056  20  -   2659 12 Aug 12:35 com.google.Chrome.helper.EH.plist
              com.apple.quarantine              70
    -rw-------@  1 1056  20  -   1901 26 Oct  2011 com.google.Chrome.helper.plist
              com.apple.quarantine              64
    -rw-------@  1 1056  20  -   3260  3 Sep 11:27 com.google.Chrome.plist
              com.apple.quarantine              50
    -rw-------   1 1056  20  -    726  3 Sep 10:40 com.google.Keystone.Agent.plist
    -rw-------   1 1056  20  -     61 26 Aug 13:05 com.google.android.mtpviewer.plist
    -rw-------   1 1056  20  -    118 10 Jan  2013 com.google.code.sequel-pro.LSSharedFileList.plist
    -rw-------   1 1056  20  -   1464 19 May  2011 com.hp.printerutility.plist
    -rw-------   1 1056  20  -    437 18 Oct  2012 com.hp.scanModule.plist
    -rw-------   1 1056  20  -    218 19 May  2011 com.hp.scanModule3.plist
    -rw-r--r--   1 1056  20  -   8620 19 May  2011 com.hp.scancaps.plist
    -rw-------   1 1056  20  -     79 20 Sep  2011 com.install4j.installations.plist
    -rw-------   1 1056  20  -    819 13 Sep  2012 com.leadertech.powerReg.plist
    -rw-------   1 1056  20  -     81 17 Apr  2012 com.microsoft.ClipGallery.plist
    -rw-------   1 1056  20  -   3749  1 Dec  2010 com.microsoft.Communicator.plist
    -rw-------   1 1056  20  -    272 17 Apr 13:11 com.microsoft.DocumentConnection.plist
    -rw-------   1 1056  20  -   6724  3 Sep 11:16 com.microsoft.Excel.plist
    -rw-------@  1 1056  20  -     88 16 Feb  2012 com.microsoft.Outlook.SyncServicesPreferences.plist
              com.apple.quarantine              58
    -rw-------@  1 1056  20  -  49724 24 Aug 11:48 com.microsoft.Outlook.plist
              com.apple.quarantine              58
    -rw-------   1 1056  20  -   5809  1 Jul 09:29 com.microsoft.Powerpoint.plist
    -rw-------   1 1056  20  -  15402 28 Aug 17:36 com.microsoft.Word.plist
    -rw-------   1 1056  20  -   1079  1 Jul 09:29 com.microsoft.autoupdate2.plist
    -rw-------   1 1056  20  -    349  2 Sep 12:19 com.microsoft.error_reporting.plist
    -rw-------   1 1056  20  -    828 16 Feb  2012 com.microsoft.myday.plist
    -rw-------   1 1056  20  - 779271  3 Sep 11:16 com.microsoft.office.plist
    -rw-------   1 1056  20  -     81 23 Nov  2010 com.microsoft.office.setupassistant.plist
    -rw-------   1 1056  20  -     81 23 Nov  2010 com.microsoft.outlook.database_daemon.plist
    -rw-------   1 1056  20  -    161 16 Feb  2012 com.microsoft.outlook.office_reminders.plist
    -rw-------   1 1056  20  -   1070 26 Nov  2010 com.microsoft.rdc.LSSharedFileList.plist
    -rw-------   1 1056  20  -    123 26 Nov  2010 com.microsoft.rdc.plist
    -rw-------   1 1056  20  -     96  4 May 12:58 com.microsoft.visual_basic.plist
    -rw-------   1 1056  20  -   4903  8 Oct  2012 com.myownapp.myPhotoEdit.plist
    -rw-------   1 1056  20  -    456  1 Apr 11:25 com.peternoriega.unrarx.plist
    -rw-------   1 1056  20  -    119 14 Aug 11:43 com.samsung.imagecapture.scanner.app.plist
    -rw-------   1 1056  20  - 101383  3 Sep 10:57 com.sequelpro.SequelPro.plist
    -rw-------   1 1056  20  -   5874  3 Sep 11:27 com.skype.skype.plist
    -rw-------   1 1056  20  -   1474 30 Jan  2012 com.sourcegear.DiffMerge.plist
    -rw-------   1 1056  20  -    144  8 Feb  2011 com.sun.MySQLWorkbench.plist
    -rw-------   1 1056  20  -    135 18 Apr  2011 com.sun.deploy.plist
    -rw-------   1 1056  20  -     83 29 Aug 16:18 com.teamviewer.TeamViewer.plist
    -rw-------   1 1056  20  -  11747 11 May  2012 com.trolltech.plist
    -rw-------   1 1056  20  -   3129 27 Aug  2012 com.yummysoftware.yummy-ftp.plist
    -rw-------   1 1056  20  -  46114 17 Nov  2011 com.zeobit.MacKeeper.Helper.plist
    -rw-------   1 1056  20  -  46110 17 Nov  2011 com.zeobit.MacKeeper.Helper.plist.2p2BkLI
    -rw-------   1 1056  20  -   1436 17 Nov  2011 com.zeobit.MacKeeper.plist
    -rw-------   1 1056  20  -    284  6 Jan  2013 edu.mit.Kerberos.IdentityManagement.plist
    -rw-------   1 1056  20  -    265 16 Jul  2012 iCalExternalSync.plist
    -rw-------   1 1056  20  -    659 28 Aug 09:24 loginwindow.plist
    -rw-------   1 1056  20  -   1647 18 Apr 09:56 org.eclipse.eclipse.plist
    -rw-------@  1 1056  20  -     60  9 Jul  2012 org.mozilla.crashreporter.plist
              com.apple.quarantine              46
    -rw-------@  1 1056  20  -   2884  3 Sep 10:02 org.mozilla.firefox.plist
              com.apple.quarantine              46
    -rw-------@  1 1056  20  -   2672 30 Jul 11:19 org.mozilla.plugincontainer.plist
              com.apple.quarantine              46
    -rw-------   1 1056  20  -   5889 27 Oct  2012 org.mplayerosx.MplayerOSX.plist
    -rw-------   1 1056  20  -   7530  5 Mar 16:55 org.openoffice.script.LSSharedFileList.plist
    -rw-------   1 1056  20  -   1395 26 Feb  2013 org.openoffice.script.plist
    -rw-------   1 1056  20  -    440  9 Jan  2011 org.tigris.scplugin.SCPluginUIDaemon.plist
    -rw-------   1 1056  20  -   5791 31 Aug 20:41 org.videolan.vlc.LSSharedFileList.plist
    -rw-------   1 1056  20  -   1124 31 Aug 18:21 org.videolan.vlc.plist
    -rw-------   1 1056  20  -     88  3 Sep 11:24 pbs.plist
    -rw-------   1 1056  20  -     86  3 Sep 11:27 widget-com.apple.widget.calendar.plist
    -rw-------   1 1056  20  -    241  3 Sep 11:27 widget-com.apple.widget.dictionary.plist
    -rw-------   1 1056  20  -    242  7 Jan  2013 widget-com.apple.widget.flighttracker.plist
    -rw-------   1 1056  20  -    382  3 Sep 11:27 widget-com.apple.widget.stickies.plist
    -rw-------   1 1056  20  -      0 20 May 16:45 widget-com.apple.widget.stickies.plist.8y2pi6p
    -rw-------   1 1056  20  -    341 24 Feb  2013 widget-com.apple.widget.weather.plist
    -rw-------   1 1056  20  -    182 26 Mar  2012 widget-com.apple.widget.worldclock.plist
    -rw-------   1 1056  20  -    264 16 Jul 14:47 widget-com.iSlayer.iStatnanoV2.widget.plist
    -rw-------   1 1056  20  -  10335  3 Sep 11:27 widget-it.com.palple.widget.currencyconverter.plist
    #2nd text box
      PID TTY           TIME CMD
        1 ??         0:00.30 /sbin/launchd
       10 ??         0:01.36 /usr/libexec/kextd
       11 ??         0:02.29 /usr/sbin/DirectoryService
       12 ??         0:00.10 /usr/sbin/notifyd
       13 ??         0:00.05 /usr/sbin/diskarbitrationd
       14 ??         0:01.23 /usr/libexec/configd
       15 ??         0:00.09 /usr/sbin/syslogd
       16 ??         0:00.14 /usr/sbin/distnoted
       17 ??         0:00.28 /usr/sbin/blued
       18 ??         0:00.15 /usr/sbin/mDNSResponder -launchd
       23 ??         0:00.96 /System/Library/CoreServices/coreservicesd
       25 ??         0:00.13 /usr/sbin/securityd -i
       28 ??         0:00.07 /usr/sbin/ntpd -c /private/etc/ntp-restrict.conf -n -g -p /var/run/ntpd.pid -f /var/db/ntp.drift
       29 ??         0:00.07 /usr/sbin/nmbd -F
       30 ??         0:00.07 /usr/sbin/krb5kdc -n
       31 ??         0:00.08 /Library/Application Support/Seagate/TBLoopDriveParams
       33 ??         0:00.04 /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/Resources/u sbmuxd -launchd
       34 ??         0:00.01 /sbin/SystemStarter
       38 ??         0:00.01 /System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/RFBRegisterMDNS
       40 ??         0:01.94 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Support/mds
       41 ??         0:00.91 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow console
       42 ??         0:00.01 /usr/sbin/KernelEventAgent
       44 ??         0:01.03 /usr/libexec/hidd
       45 ??         0:00.14 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/Support/fseventsd
       47 ??         0:00.03 /sbin/dynamic_pager -F /private/var/vm/swapfile
       53 ??         0:00.01 autofsd
       56 ??         0:06.05 /Library/Application Support/MacKeeper/AntiVirus.app/Contents/MacOS/AntiVirus
       61 ??         0:01.59 /usr/libexec/ApplicationFirewall/socketfilterfw
       64 ??         0:08.50 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer -daemon
       67 ??         0:00.03 /usr/sbin/ocspd
       73 ??         0:00.02 /Library/StartupItems/HWNetMgr/HWNetCfg
       75 ??         0:00.03 /Library/StartupItems/HWPortDetect/HWPortCfg
       79 ??         0:00.01 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsServ
       94 ??         0:00.13 /usr/sbin/coreaudiod
      104 ??         0:00.17 /sbin/launchd
      110 ??         0:00.09 /usr/sbin/cupsd -l
      116 ??         0:01.05 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
      117 ??         0:01.80 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
      118 ??         0:01.03 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
      120 ??         0:00.00 /usr/sbin/pboard
      121 ??         0:00.53 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/fontd
      125 ??         0:00.24 /usr/libexec/UserEventAgent -l Aqua
      127 ??         0:00.03 /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent
      132 ??         0:00.06 /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent -launchd -allowquit
      133 ??         0:00.10 /Library/Contextual Menu Items/SCFinderPlugin.plugin/Contents/Resources/SCPluginUIDaemon.app/Contents/Ma cOS/SCPluginUIDaemon
      137 ??         0:00.07 /System/Library/CoreServices/Folder Actions Dispatcher.app/Contents/MacOS/Folder Actions Dispatcher
      142 ??         0:00.05 /System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/SharedSupport/TISwitcher.app/Contents/MacOS/TISw itcher
      143 ??         0:05.52 /Applications/Dropbox.app/Contents/MacOS/Dropbox -psn_0_53261
      144 ??         0:00.05 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/Resources/SpeechSynthesisServer.app/Content s/MacOS/SpeechSynthesisServer -psn_0_57358
      145 ??         0:00.02 /System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Ma cOS/AppleVNCServer
      146 ??         0:00.02 /System/Library/CoreServices/CCacheServer.app/Contents/MacOS/CCacheServer
      166 ??         0:00.08 /System/Library/Image Capture/Support/Image Capture Extension.app/Contents/MacOS/Image Capture Extension -psn_0_90134
      168 ??         0:00.03 /Library/DropboxHelperTools/Dropbox_u1056/dbfseventsd
      169 ??         0:00.18 /Library/DropboxHelperTools/Dropbox_u1056/dbfseventsd
      170 ??         0:00.13 /Library/DropboxHelperTools/Dropbox_u1056/dbfseventsd
      175 ??         0:01.50 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework /Versions/A/Support/mdworker MDSImporterWorker com.apple.Spotlight.ImporterWorker.1056
      192 ??         0:00.41 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient
      193 ??         0:00.70 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient
      194 ??         0:00.51 /System/Library/CoreServices/Dock.app/Contents/Resources/DashboardClient.app/Co ntents/MacOS/DashboardClient
      197 ??         2:10.86 /Applications/Google Chrome.app/Contents/MacOS/Google Chrome -psn_0_118813
      204 ??         0:00.71 /Applications/Google Chrome.app/Contents/Versions/29.0.1547.65/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=en-US --force-fieldtrials=AsyncDns/AsyncDnsA/ForceCompositingMode/thread/InfiniteCach e/No/InstantExtended/Control14 pct:10d m29stablemac:pp2/OmniboxStopTimer/Standard/Prerender/PrerenderEnabled/Prerender LocalPredictor/Disabled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformi ty-Trial/default/UMA-Dynamic-Uniformity-Trial/Group6/UMA-Session-Randomized-Unif ormity-Trial-5-Percent/group_13/UMA-Uniformity-Trial-1-Percent/group_36/UMA-Unif ormity-Trial-10-Percent/group_05/UMA-Uniformity-Trial-20-Percent/default/UMA-Uni formity-Trial-5-Percent/group_05/UMA-Uniformity-Trial-50-Percent/group_01/ --enable-crash-reporter=5957250BE82DA49AD6C4652FD5694774 --extension-process --renderer-print-preview --disable-html-notifications --disable-gl-multisampling --disable-accelerated-video-decode --channel=197.2.1675575854
      205 ??         0:00.45 /Applications/Google Chrome.app/Contents/Versions/29.0.1547.65/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=en-US --force-fieldtrials=AsyncDns/AsyncDnsA/ForceCompositingMode/thread/InfiniteCach e/No/InstantExtended/Control14 pct:10d m29stablemac:pp2/OmniboxStopTimer/Standard/Prerender/PrerenderEnabled/Prerender LocalPredictor/Disabled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformi ty-Trial/default/UMA-Dynamic-Uniformity-Trial/Group6/UMA-Session-Randomized-Unif ormity-Trial-5-Percent/group_13/UMA-Uniformity-Trial-1-Percent/group_36/UMA-Unif ormity-Trial-10-Percent/group_05/UMA-Uniformity-Trial-20-Percent/default/UMA-Uni formity-Trial-5-Percent/group_05/UMA-Uniformity-Trial-50-Percent/group_01/ --enable-crash-reporter=5957250BE82DA49AD6C4652FD5694774 --extension-process --renderer-print-preview --disable-html-notifications --disable-gl-multisampling --disable-accelerated-video-decode --channel=197.3.241561720
      206 ??         0:40.41 /Applications/Google Chrome.app/Contents/Versions/29.0.1547.65/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=en-US --force-fieldtrials=AsyncDns/AsyncDnsA/ForceCompositingMode/thread/InfiniteCach e/No/InstantExtended/Control14 pct:10d m29stablemac:pp2/OmniboxStopTimer/Standard/Prerender/PrerenderEnabled/Prerender LocalPredictor/Disabled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformi ty-Trial/default/UMA-Dynamic-Uniformity-Trial/Group6/UMA-Session-Randomized-Unif ormity-Trial-5-Percent/group_13/UMA-Uniformity-Trial-1-Percent/group_36/UMA-Unif ormity-Trial-10-Percent/group_05/UMA-Uniformity-Trial-20-Percent/default/UMA-Uni formity-Trial-5-Percent/group_05/UMA-Uniformity-Trial-50-Percent/group_01/ --enable-crash-reporter=5957250BE82DA49AD6C4652FD5694774 --extension-process --renderer-print-preview --disable-html-notifications --disable-gl-multisampling --disable-accelerated-video-decode --channel=197.4.1233200434
      210 ??         0:06.89 /Applications/Skype.app/Contents/MacOS/Skype -psn_0_151589
      213 ??         0:37.86 /Applications/Google Chrome.app/Contents/Versions/29.0.1547.65/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=en-US --force-fieldtrials=AsyncDns/AsyncDnsA/ForceCompositingMode/thread/InfiniteCach e/No/InstantExtended/Control14 pct:10d m29stablemac:pp2/OmniboxStopTimer/Standard/Prerender/PrerenderEnabled/Prerender LocalPredictor/Disabled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformi ty-Trial/default/UMA-Dynamic-Uniformity-Trial/Group6/UMA-Session-Randomized-Unif ormity-Trial-5-Percent/group_13/UMA-Uniformity-Trial-1-Percent/group_36/UMA-Unif ormity-Trial-10-Percent/group_05/UMA-Uniformity-Trial-20-Percent/default/UMA-Uni formity-Trial-5-Percent/group_05/UMA-Uniformity-Trial-50-Percent/group_01/ --enable-crash-reporter=5957250BE82DA49AD6C4652FD5694774 --renderer-print-preview --disable-html-notifications --disable-gl-multisampling --disable-accelerated-video-decode --channel=197.7.951332507
      214 ??         0:37.34 /Applications/Google Chrome.app/Contents/Versions/29.0.1547.65/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=en-US --force-fieldtrials=AsyncDns/AsyncDnsA/ForceCompositingMode/thread/InfiniteCach e/No/InstantExtended/Control14 pct:10d m29stablemac:pp2/OmniboxStopTimer/Standard/Prerender/PrerenderEnabled/Prerender LocalPredictor/Disabled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformi ty-Trial/default/UMA-Dynamic-Uniformity-Trial/Group6/UMA-Session-Randomized-Unif ormity-Trial-5-Percent/group_13/UMA-Uniformity-Trial-1-Percent/group_36/UMA-Unif ormity-Trial-10-Percent/group_05/UMA-Uniformity-Trial-20-Percent/default/UMA-Uni formity-Trial-5-Percent/group_05/UMA-Uniformity-Trial-50-Percent/group_01/ --enable-crash-reporter=5957250BE82DA49AD6C4652FD5694774 --renderer-print-preview --disable-html-notifications --disable-gl-multisampling --disable-accelerated-video-decode --channel=197.8.348641160
      215 ??         0:39.51 /Applications/Google Chrome.app/Contents/Versions/29.0.1547.65/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=en-US --force-fieldtrials=AsyncDns/AsyncDnsA/ForceCompositingMode/thread/InfiniteCach e/No/InstantExtended/Control14 pct:10d m29stablemac:pp2/OmniboxStopTimer/Standard/Prerender/PrerenderEnabled/Prerender LocalPredictor/Disabled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformi ty-Trial/default/UMA-Dynamic-Uniformity-Trial/Group6/UMA-Session-Randomized-Unif ormity-Trial-5-Percent/group_13/UMA-Uniformity-Trial-1-Percent/group_36/UMA-Unif ormity-Trial-10-Percent/group_05/UMA-Uniformity-Trial-20-Percent/default/UMA-Uni formity-Trial-5-Percent/group_05/UMA-Uniformity-Trial-50-Percent/group_01/ --enable-crash-reporter=5957250BE82DA49AD6C4652FD5694774 --renderer-print-preview --disable-html-notifications --disable-gl-multisampling --disable-accelerated-video-decode --channel=197.9.1038407949
      216 ??         0:38.22 /Applications/Google Chrome.app/Contents/Versions/29.0.1547.65/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=en-US --force-fieldtrials=AsyncDns/AsyncDnsA/ForceCompositingMode/thread/InfiniteCach e/No/InstantExtended/Control14 pct:10d m29stablemac:pp2/OmniboxStopTimer/Standard/Prerender/PrerenderEnabled/Prerender LocalPredictor/Disabled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformi ty-Trial/default/UMA-Dynamic-Uniformity-Trial/Group6/UMA-Session-Randomized-Unif ormity-Trial-5-Percent/group_13/UMA-Uniformity-Trial-1-Percent/group_36/UMA-Unif ormity-Trial-10-Percent/group_05/UMA-Uniformity-Trial-20-Percent/default/UMA-Uni formity-Trial-5-Percent/group_05/UMA-Uniformity-Trial-50-Percent/group_01/ --enable-crash-reporter=5957250BE82DA49AD6C4652FD5694774 --renderer-print-preview --disable-html-notifications --disable-gl-multisampling --disable-accelerated-video-decode --channel=197.10.138553045
      217 ??         0:37.62 /Applications/Google Chrome.app/Contents/Versions/29.0.1547.65/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=renderer --lang=en-US --force-fieldtrials=AsyncDns/AsyncDnsA/ForceCompositingMode/thread/InfiniteCach e/No/InstantExtended/Control14 pct:10d m29stablemac:pp2/OmniboxStopTimer/Standard/Prerender/PrerenderEnabled/Prerender LocalPredictor/Disabled/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformi ty-Trial/default/UMA-Dynamic-Uniformity-Trial/Group6/UMA-Session-Randomized-Unif ormity-Trial-5-Percent/group_13/UMA-Uniformity-Trial-1-Percent/group_36/UMA-Unif ormity-Trial-10-Percent/group_05/UMA-Uniformity-Trial-20-Percent/default/UMA-Uni formity-Trial-5-Percent/group_05/UMA-Uniformity-Trial-50-Percent/group_01/ --enable-crash-reporter=5957250BE82DA49AD6C4652FD5694774 --renderer-print-preview --disable-html-notifications --disable-gl-multisampling --disable-accelerated-video-decode --channel=197.11.717849151
      230 ??         0:00.26 /Applications/Google Chrome.app/Contents/Versions/29.0.1547.65/Google Chrome Helper.app/Contents/MacOS/Google Chrome Helper --type=gpu-process --channel=197.16.1603066989 --enable-crash-reporter=5957250BE82DA49AD6C4652FD5694774 --disable-gl-multisampling --supports-dual-gpus=false --gpu-driver-bug-workarounds=0,16,19,22 --gpu-vendor-id=0x10de --gpu-device-id=0x08a0 --gpu-driver-vendor --gpu-driver-version --enable-crash-reporter=5957250BE82DA49AD6C4652FD5694774
      231 ??         0:00.05 /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.p lugin/Contents/Resources/VDCAssistant
      232 ??         0:00.08 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsComp_i386 1
      268 ??         0:00.29 /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal -psn_0_200753
      278 ??         0:00.25 /Applications/TextEdit.app/Contents/MacOS/TextEdit -psn_0_204850
      282 ??         0:00.12 /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell -psn_0_208947
      270 ttys000    0:00.06 login -pf deepthi
      272 ttys000    0:00.01 -bash
      285 ttys000    0:00.00 ps -A
      286 ttys000    0:00.01 open -f -a TextEdit
    #3rd text bod
    Empty

    Let's take this one step at a time... what you've posted can be useful, for the right problems, but it's not helpful much in determining how you can speed up your MacBook Pro.
    First, which model do you have (e.g., "15-inch Late 2011") and which version of OS X are you running? How much RAM do you have installed?
    Downlaod and run EtreCheck and post the results.
    Clinton

  • How to make my MAC run faster

    My MAC is starting to run slow and I was wondering what are some ways (besides rebuild it) to make it faster? I don't have many files and programs but it is slow. I am an advanced user but I am not that good with the Linux commands etc. So if anything is command line would you please type them out.
    Thanks for any help.

    Thank but I think it is a little more than that. I dont have many things running. I have most closed and it is still very slow. This Laptop  is only a year old. i only have two apps open but it is still slow.
    Thanks

  • How to make the application run in System tray?

    Hi Javamates,
    I have a Swing application. I want my application to reside in the Windows System tray when the application is minimised , and also be restored when it is clicked in the tray . How do i do this ?
    Dinesh

    Pls... do search the forum before posting.. !!
    U can hav a look at this..
    http://forum.java.sun.com/thread.jspa?forumID=257&threadID=177333

  • Re: How to make this forum run fast

    I counted till eleven, but since I'm a rather quick counter, I'd say about 7 seconds as well.
    Could it be that y'all are using Firefox? I'm on IE7.
    ®
    (suspecting commie influence since '77)

    sabre150 wrote:
    kajbj wrote:
    CeciNEstPasUnProgrammeur wrote:
    I counted till eleven, but since I'm a rather quick counter, I'd say about 7 seconds as well.
    Could it be that y'all are using Firefox? I'm on IE7.
    ®
    (suspecting commie influence since '77)Strange. I tried with IE 7. Loading the main page, about 45 seconds, loading this thread about 30 seconds, getting to the reply page about 3-4 seconds.I find the site blindingly fast! Certainly less than 45 seconds to load the man page and very very much less that 30 seconds for this page. Both typically 1 second with the login page taking about 3 seconds.
    Now if only I could access ALL the pages without Server Error
    This server has encountered an internal error which prevents it from fulfilling your request. The most likely cause is a misconfiguration. Please ask the administrator to look for messages in the server's error log.
    What forum? id 5?

  • How to make iOS 7.0 wallpaper and icons less washed out?

    Just finished downloading iOS 7.0 on my iPad 2 and iPhone 4s. The wall  paper and the icons are washed out to the point that neither my wife or I  can easily read anything anymore. Anyone know of a way to bring back  the old wall paper or change the contrast so that I can read what is on  the wallpaper?

    Thanks. Better but I hope that Apple gives us other choices for wallpaper. I really don't like the new wallpaper.

  • How to use connection pool of datasource to make applications run faster?

    Hi, erveryone
    I prepare to implement a servlet that access database and do sync with client.
    When I access database, I would like to configure a datasource in weblogic and use connection pool.
    In order to make servlet application run significantly faster, my servet how to use connection poo is much moreresonable?
    For example, my servlet has many times database access. Is it true that geting and close a connection whenever
    one time database access finished?
    If from the servlet begins, the db connection is hold till servlet finalize. Will the solution affect the servlet performance? Is there any official document to introduce connection pool program? I search some documents.
    <The Java EE 6Tutorial> introduce some simple intruduction about connection pool.

    1. Use WebLogic Servers Data Source for Database Connections.
    2. Open and close the connections where you need it. Dont open it in begin and close in finalise. That is bad practice.
    3. Even when you invoke Connection.close () webLogic will not close the connection. it will commit the transaction and return it back to the pool rather than physically closing the DB connection.
    4. You can tune data source for minimum, maximum and increments of connections that you need based on your application requirement.

  • How to make a button to stop and run a for loop?

    How to make a button to stop and run a for loop?  and if it is stopped it shall start from where i t stopped.

    Your VI has some very fundamental flaws.
    The start/stop button is outside the FOR loop, thus it will NOT get read during execution of the FOR loop, but only before the FOR loop starts. Think dataflow!
    Thus the terminal of the start/stop button belongs inside the FOR loop.
    Your FOR loop iterates 20x, which probably takes about a nanosecond. You will NOT be fast enough to reliably press the start/stop button during a specific iteration of the FOR loop.
    Your code does not "stop and run" a FOR loop (sic). The loop always spins, but executes an empty case when "Stopped". I guess that's what you actually want?
    Once you solve (2), the x indicator will contain a random value whenever you "stop".
    As soon as the 20 iterations complete, the outer while loop spin an things start over, another nanosecond later.
    Place e.g. a 500ms wait inside the FOR loop to solve this.
    Don't place terminals of indicators on top of formula nodes.
    Your formula does not produce any output, so really has no purpose.
    Use a real "stop" button to terminate the while loop (mechanical action: latch when released). Right now you are using a plain switch, which does not reset to false before the next run. This means that you need to manually reset it before running the program again.
    It is oftern useful to operate the VI in execution highlighting mode. You will immediately see that your button does not get read during execution of the FOR loop. Try it!
    LabVIEW Champion . Do more with less code and in less time .

  • How can I make my phone run faster?

    anytime I have to download or upload or search the web it is very very slow .

    ray miranda wrote:
    I have my iMac purchased in 2008 and it is running very slow.  I have a time capsule.  I believe it only has 1 GB of SD Ram.  Will it run faster/better if I increase the Ram?
    YUP!
    How large is you HD and how much space do you have left?
    Care to share which OS you are using?
    How can I make my iMac run faster?

  • How can i make my iphone run faster

    How can I make my iphone 4 run faster?

    ray miranda wrote:
    I have my iMac purchased in 2008 and it is running very slow.  I have a time capsule.  I believe it only has 1 GB of SD Ram.  Will it run faster/better if I increase the Ram?
    YUP!
    How large is you HD and how much space do you have left?
    Care to share which OS you are using?
    How can I make my iMac run faster?

  • How do I show applications running in the background? And how do I close them down? In class, the instructor press something but she did not go into Settings. Does anyone know?

    How do I show applications running in the background? And how do I close them down? In class, the instructor press something but she did not go into Settings. Does anyone know?

    Double-click the home button that will bring up all the applications in the background.
    To close then you swipe the application upward and it will close.

Maybe you are looking for