UTL_SMTP becomes suddenly slower

Hello world

We use the package UTL_SMTP to send mails to our applications. There is no if long, the e-mail were really fast. Now, it takes more than 10 seconds to send 3 emails with no attachment, it is not acceptable. You know a way to send mail faster?

I read somewhere that in Oracle 10 g, we should use instead of UTL_SMTP UTL_MAIL? Would it be spead my generation of mail?

Thank you!

Bodart!

leinadjan wrote:

I think I found the culprit, it's the connection to the SMTP server. Each team of the procedure's appeal, we will open a new connection and shut us down. And the average connection time is 5 seconds. This three times and we have to wait 15 seconds.

Does not seem reasonable. A tcp socket connection must be faster - if it's in the (slower) WAN infrastructure.

The SMTP server could do DNS inverted for logging purposes. It accepts a client connection. The IP address of the client is available - but instead to use this only for purposes of logging, it can search the host name of this IP address. And then to use the host name for logging. (she also can use same basic access control based on the host and domain names),

This is called a search reverse DNS and can translate by the initial client connection much slower.

But I think I have must at least try to share connections for all mail and it will be a small gain of speed.

You can't share a socket connection in sessions of PL/SQL. So, if the 123 session creates an SMTP connection, only he can use this connection.

What you can do is put up a server to send mail from PL/SQL database. A PL/SQL package can use every method available in Oracle for the other sessions to communicate with IPC (Inter Process Communication). E.g. database of pipes, or queues or even just a simple table SQL vanilla.

This package can create an SMTP connection, keep alive and remove all messages it receives other Oracle sessions. A corresponding message is transformed into a message and the SMTP connection is used to send it.

This package can be run as a background using DBMS_JOB/DBMS_SCHEDULER process.

Some methods of IPC supports multiple processes on the server - side cases this approach can be resized in something like 5 copies of this mail server code running. This supports then 5 simultaneous requests for sending mail. Kind of like the concept of shared/MTS server in Oracle.

UTL_SMTP.close_data (v_connectionsmtp); What is the command that end the creation of my mail?

Fix. This sends a period and a CRLF to the server to indicate that the e-mail full has been send.

The server responds with a digital code (which UTL_SMTP must check the confirmation), then the server expects the next SMTP command from your code.

I want to manage the connection manually, open it when it is null and close at the end of my script...

Don't know what mean you "+ open when it's null +"?

If you do not create a mail sending server in the PL/SQL code, it should look something like the following:

connect to SMTP./mail server
send HELO command
while PLSQLServerIsActive loop
  if MessageOnQueue then
    DequeueMessage
    send MAIL FROM command
    send RCPT FROM command
    send DATA command
    send e-mail
    send period + CRLF (end-of-mail)
  end if

  if TimeIdle > 60 seconds then
    // tell the SMTP server that we're still here in order
    // to prevent it from timing us out and closing the
    // tcp connection
    send RSET command
  end if

  // shutdown when commanded to
  if ReceiveServerShutdown  then PLSQLServerIsActive := false
end loop
send QUIT command

Tags: Database

Similar Questions

  • Satellite L555 11L - keyboard became suddenly slow

    My keyboard has become suddenly slow.
    Here are the solutions I've used:

    -Disable all applications start with "msconfig".
    -Remove the battery
    -Antivirus, antispyware, antimalware scanning
    -Departure to the top in 'safe' mod

    Sorry for my bad English, but it is not my native language and there is no support for the french forum...
    Thank you in advance for your help!

    Post edited by: zedwarf

    This means when you type something in the office mailbox occurs rather slowly in the documents?
    Have you noticed the activity HARD drive at the moment?

    It is not easy to say what the problem is here, but probably some background process may be responsible for this. Start your computer in safe mode and check it out.

  • My MacBook Pro suddenly becomes very slow, accepting orders very slow how to check if the ram is working properly

    My MacBook Pro suddenly becomes very slow, accepting orders very slow how to check if the ram is working properly

    You can try this download.   Etrecheck.   https://etrecheck.com/#about

    Then publish the report as a reply in this thread.

    It will allow us to review your system without disclosing a private matter.

  • Sudden slow data transfer

    Hello

    I am happily using my 3 GB Time Capsule for the last 18 months with no problems. I use it almost exclusively as data storage for my Plex server. I use it wirelessly to my Macbook Pro 2014, in the same room.

    Yesterday, without change to explain it, it has become very slow to transfer files to it.

    I am at a loss, as most of the solutions I looked for people who have had problems of speed from the beginning, mine was a sudden appearance.

    Speeds do not seem to affect my streaming quality that I can still watch a 1080 p 5 gb + video file without stuttering or offset. The problem is isolated to the data transfer it seems.

    Any suggestions where to start?

    I use it almost exclusively as data storage for my Plex server. I use it wirelessly to my Macbook Pro 2014, in the same room.

    The plex server is connected by ethernet?

    Speeds do not seem to affect my streaming quality that I can still watch a 1080 p 5 gb + video file without stuttering or offset.

    It would be difficult to know if streaming is more... and more through your Macbook wireless...

    So I just need to know what is connected by ethernet and what is connected by wireless.

    Wireless is seriously affected by a number of things. So I guess that the first test is to connect the laptop to the TC by ethernet and make sure that it works very well. If your ethernet Mac buy a crush on ethernet card... a necessity, in my humble OPINION... as trying to fix wireless more wireless resembles sawing off the branch that which you are sitting.

    If you can determine the network of the question... Then we can do the simple things...

    Run the diagnostics wireless...

    Just restart the entire network, which I am assuming that you tried but did not mention.

    Simultaneous copy of a file on the hard drive while also streaming can also be stressing the TC... If the tests should be carried out without any other use of disk passes.

  • Deleting messages in Thunderbird suddenly slow

    Only for the last month or three Thunderbird has become extremely slow to delete messages. It is not my antivirus. I still use Windows Defender, and nothing has changed there. I use Windows 8.1. Thunderbird has worked well until recently, and then all of a sudden it began to take 10 seconds or more to delete each message. Multiply that by 20 or 30 messages per day, and it's a waste of real time.

    There seems to be a bottleneck logical files somewhere must work quickly, regardless of the size. If random or sequential filing, 100 records or 100,000 records, should be just as fast. Tells me that the logic is messed up somewhere. I am a professional programmer with 35 years of experience. None of my other programs have slowed. No other part of the Thunderbird has slowed down - only delete messages. I tried cleaning trash, compressing files, etc.

    Studying of opinion: logical bug.

    > I still use Windows Defender, and nothing has changed there. Sorry, but it is no guarantee against the champion of the cause a problem.

    Before taking the drastic decision to create a new profile, an easier step is to safe mode (which also is a good first step in Firefox):

    Start * Windows * safe mode with active network - win8 https://support.microsoft.com/en-us/help/17076/windows-8-startup-settings-safe-mode always in Windows safe mode, start thunderbird in safe mode - https://support.mozilla.org/kb/safe-mode-thunderbird

    Problem disappear? Just reply to inform us of the results.

  • My Macbook has become too slow without reason

    Hello!

    My Macbook has become too slow without reason, I don't know what to do. I ran EtreCheck and found the above... PLS help me what to do? What's wrong?

    EtreCheck version: 3.0.2 (306)

    Report generated 2016-08-20 19:35:18

    Download https://etrecheck.com EtreCheck

    Time 07:19

    Performance: average

    Click the [Support] links to help with non-Apple products.

    Click the [details] links for more information on this line.

    Problem: The computer is too slow

    Hardware information: ⓘ

    MacBook Pro (13 inch, late 2011)

    [Technical details] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro8, 1

    1 2.4 GHz Intel Core i5 CPU: 2 strands

    4 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 2 GB DDR3 1333 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1333 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 403

    Video information: ⓘ

    Intel HD Graphics 3000

    Color LCD 1280 x 800

    System software: ⓘ

    OS X El Capitan 10.11.6 15G (31) - since the start time: about 2 hours

    Disk information: ⓘ

    WDC WD5000BPKX-22HPJT0 disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    Macintosh HD (disk 1) /: 498,88 (Go 377,69 free) - 73 errors

    Drive failure!

    Storage of carrots: disk0s2 499.25 GB Online

    HL-DT-ST DVD - RW GS31N)

    USB information: ⓘ

    Computer, Inc. Apple IR receiver.

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. Apple keyboard / Trackpad

    Apple Inc. BRCM2070 hub.

    Apple Inc. Bluetooth USB host controller.

    Information crush: ⓘ

    Apple Inc. Thunderbolt_bus.

    Goalkeeper: ⓘ

    Mac App Store and identified developers

    Launch system officers: ⓘ

    [failure] com.apple.Safari.SafeBrowsing.Service.plist (2016-03-21)

    [loaded] 8 tasks Apple

    [loading] 159 tasks Apple

    [operation] 70 tasks Apple

    Demons of launch system: ⓘ

    [loaded] 48 tasks Apple

    [loading] 161 tasks Apple

    [operation] 82 tasks Apple

    Launch of the demons: ⓘ

    [loading] com.adobe.fpsaud.plist (2016-06-29) [Support]

    [loading] com.apple.installer.osmessagetracing.plist (2016-04-29)

    [loading] com.microsoft.office.licensing.helper.plist (2014-05-09) [Support]

    Launch User Agents: ⓘ

    [loading] com.bittorrent.uTorrent.plist (2015-06-09)

    [loading] com.google.keystone.agent.plist (2016-07-12) [Support]

    User login items: ⓘ

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Dropbox application (/ Applications/Dropbox.app)

    Internet Plug-ins: ⓘ

    MeetingJoinPlugin: Unknown - SDK 10.6 (2015-06-09) [Support]

    FlashPlayer - 10.6: 22.0.0.209 - SDK 10.9 (2016-07-18) [Support]

    QuickTime Plugin: 7.7.3 (2016-07-22)

    Flash Player: 22.0.0.209 - SDK 10.9 (2016-07-18) [Support]

    SharePointBrowserPlugin: 14.6.6 - SDK 10.6 (2016-07-21) [Support]

    Default browser: 601 - SDK 10.11 (2016-07-22)

    The Safari Extensions: ⓘ

    AdBlock - BetaFish, Inc. - https://getadblock.com (2016-05-17)

    Open in Internet Explorer - Parallels - http://www.Parallels.com/fr/ (2015-10-13)

    PIN button - Pinterest, Inc. - http://www.pinterest.com/ (2016-07-20)

    3rd party preference panes: ⓘ

    Flash Player (2016-06-29) [Support]

    Time Machine: ⓘ

    Time Machine not configured!

    Top of page process CPU: ⓘ

    98% hearthstone

    16% accountsd

    15% com.apple.Safari.SafeBrowsing.Service

    Helper (2) 15% Battle.net

    11% WindowServer

    Top of the process of memory: ⓘ

    Firefox 565 MB

    Kernel_task 391 MB

    Hearthstone 270 MB

    152 MB mdworker (9)

    Helper (2) battle.NET 135 MB

    Information about virtual memory: ⓘ

    34 MB free RAM

    3.96 GB used RAM (1.00 GB being cached)

    Used Swap 0 B

    Diagnostic information: ⓘ

    August 20, 2016, 19:32:20 [redacted] ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-193220_ .crash

    /System/Library/PrivateFrameworks/SafariSafeBrowsing.Framework/versions/A/com.a people. Safari.SafeBrowsing.Service

    August 20, 2016, 19:32:03 ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-193203_ [redacted] .crash

    August 20, 2016, 19:31:42 ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-193142_ [redacted] .crash

    August 20, 2016, 19:31:23 [redacted] ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-193123_ .crash

    August 20, 2016, 19:31:06 ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-193106_ [redacted] .crash

    August 20, 2016, 19:30:49 ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-193049_ [redacted] .crash

    August 20, 2016, 19:30:33 [redacted] ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-193033_ .crash

    August 20, 2016, 19:30:14 ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-193014_ [redacted] .crash

    August 20, 2016, 19:29:33 [redacted] ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-192933_ .crash

    August 20, 2016, 19:28:55 [redacted] ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-192855_ .crash

    August 20, 2016, 19:28:31 ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-192831_ [redacted] .crash

    August 20, 2016, 19:27:55 [redacted] ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-192755_ .crash

    August 20, 2016, 19:27:29 ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-192729_ [redacted] .crash

    August 20, 2016, 19:27:05 ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-192705_ [redacted] .crash

    August 20, 2016, 19:26:28 ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-192628_ [redacted] .crash

    August 20, 2016, 19:26:07 ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-192607_ [redacted] .crash

    August 20, 2016, 19:25:34 [redacted] ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-192534_ .crash

    August 20, 2016, 19:25:12 [redacted] ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-192512_ .crash

    August 20, 2016, 19:24:55 ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-192455_ [redacted] .crash

    August 20, 2016, 19:24:29 ~/Library/Logs/DiagnosticReports/com.apple.Safari.SafeBrowsing.Service_2016-08-20-192429_ [redacted] .crash

    August 20, 2016, 19:06:41 /Library/Logs/DiagnosticReports/Safari_2016-08-20-190641_[redacted].crash

    com.apple.Safari - /Applications/Safari.app/Contents/MacOS/Safari

    August 20, 2016, 19:06:07 /Library/Logs/DiagnosticReports/Safari_2016-08-20-190607_[redacted].crash

    August 20, 2016, 18:52:23 pm ~/Library/Logs/DiagnosticReports/PokerStarsEU_2016-08-20-185223_[redacted].cras

    com.pokerstars.PokerStarsEU - /Applications/PokerStarsEU.app/Contents/MacOS/PokerStarsEU

    August 20, 2016, 17:16:59 pm ~/Library/Logs/DiagnosticReports/SystemSurvey_2016-08-20-171659_[redacted].cras

    /Applications/battle.NET.app/Contents/SystemSurvey

    August 20, 2016, 17:15:51 /Library/Logs/DiagnosticReports/Safari_2016-08-20-171551_[redacted].crash

    August 20, 2016, 17:04:35 self-test - spent

    August 20, 2016, 15:19:33 pm ~/Library/Logs/DiagnosticReports/SystemSurvey_2016-08-20-151933_[redacted].cras

    August 20, 2016, 15:02:22 pm ~/Library/Logs/DiagnosticReports/PokerStarsEU_2016-08-20-150222_[redacted].cras

    August 20, 2016, 14:54:08 /Library/Logs/DiagnosticReports/Safari_2016-08-20-145408_[redacted].crash

    August 20, 2016, 14:49:51 /Library/Logs/DiagnosticReports/Safari_2016-08-20-144951_[redacted].crash

    August 20, 2016, 14:44:06 /Library/Logs/DiagnosticReports/Safari_2016-08-20-144406_[redacted].crash

    August 20, 2016, 14:39:15 /Library/Logs/DiagnosticReports/Safari_2016-08-20-143915_[redacted].crash

    August 20, 2016, 14:33:57 /Library/Logs/DiagnosticReports/Safari_2016-08-20-143357_[redacted].crash

    August 20, 2016, 14:30:53 /Library/Logs/DiagnosticReports/Safari_2016-08-20-143053_[redacted].crash

    August 20, 2016, 14:30:25 /Library/Logs/DiagnosticReports/Safari_2016-08-20-143025_[redacted].crash

    August 20, 2016, 14:29:58 /Library/Logs/DiagnosticReports/Safari_2016-08-20-142958_[redacted].crash

    August 20, 2016, 14:29:23 /Library/Logs/DiagnosticReports/Safari_2016-08-20-142923_[redacted].crash

    August 20, 2016, 14:25:10 /Library/Logs/DiagnosticReports/Safari_2016-08-20-142510_[redacted].crash

    August 20, 2016, 14:24:48 /Library/Logs/DiagnosticReports/Safari_2016-08-20-142448_[redacted].crash

    August 20, 2016, 14:24:30 /Library/Logs/DiagnosticReports/Safari_2016-08-20-142430_[redacted].crash

    August 20, 2016, 14:23:47 /Library/Logs/DiagnosticReports/Safari_2016-08-20-142347_[redacted].crash

    August 20, 2016, 13:54:07 /Library/Logs/DiagnosticReports/Safari_2016-08-20-135407_[redacted].crash

    August 20, 2016, 13:41:01 /Library/Logs/DiagnosticReports/Safari_2016-08-20-134101_[redacted].crash

    August 20, 2016, 10:37:57 /Library/Logs/DiagnosticReports/Safari_2016-08-20-103757_[redacted].crash

    August 19, 2016, 19:23:11 pm ~/Library/Logs/DiagnosticReports/PokerStarsEU_2016-08-19-192311_[redacted].cras

    August 19, 2016, 19:03:16 /Library/Logs/DiagnosticReports/Safari_2016-08-19-190316_[redacted].crash

    August 19, 2016, 18:44:59 /Library/Logs/DiagnosticReports/Safari_2016-08-19-184459_[redacted].crash

    August 19, 2016, 18:40:27 /Library/Logs/DiagnosticReports/Safari_2016-08-19-184027_[redacted].crash

    August 19, 2016, 18:39:31 /Library/Logs/DiagnosticReports/Safari_2016-08-19-183931_[redacted].crash

    August 19, 2016, 18:38:45 /Library/Logs/DiagnosticReports/Safari_2016-08-19-183845_[redacted].crash

    August 19, 2016, 18:38:33 /Library/Logs/DiagnosticReports/Safari_2016-08-19-183833_[redacted].crash

    August 19, 2016, 16:28:36 pm ~/Library/Logs/DiagnosticReports/PokerStarsEU_2016-08-19-162836_[redacted].cras

    Can I have more information on your mac? The info above, it looks like you have 4 GB of ram. What is your CP?

    It look like your computer is slow is because 98% of your PC is used for Hearthstone witch led to a driver failure, and your RAM has a lot to deal with. I would recommend strength leave Hearthstone when they surf the web, etc... Hope this helps, good luck to you.

    ~ Michael M

  • Internet MacBook becomes very slow

    THE PROBLEM

    A week ago from the internet on my Macbook has become very slow. Web sites load then, but it may take up to five minutes on some occasions, or even longer. This happens systematically 10 seconds to 5 minutes after the connection to the web. At first everything is super fast, then all pages/apps using the internet starts to turn.

    ATTEMPTED SOLUTIONS

    • Replaced the modem & router: I bought a new modem-router combo to replace my original separate modem and router, no change in question.
    • Tried a third modem/router: a friend gave me his modem router to try and the same issue. (In both cases I had my ISP to update the MAC address)
    • Tried other devices: I tried the connectivity to other devices (iphone & ipad) and found no problem. Speedtest app appears 32mbps to the low and 5 Mbps + constantly.
    • Tried another browser: was using firefox, I tried Chrome - same question. In addition, any application on my computer using the web runs slowly, no browsers only.
    • Tried to connect to the Internet through direct ethernet modem: no improvement
    • Tried to restart the computer and the modem/router: it is 7 + times for two days with no change
    • Tried to connect to the web via a mobile hotspot on my phone: problem persists.
    • Updated my computer and all applications: no change
    • I started in safeboot and the problem disappeared

    GENERAL INFORMATION

    • Model name: MacBook Pro
    • Model identifier: MacBookPro8, 1
    • Processor name: Intel Core i5
    • Processor speed: 2.4 GHz
    • Number of processors: 1
    • Total number of cores: 2
    • (By heart) L2 Cache: 256 KB
    • L3 Cache: 3 MB
    • Memory: 8 GB
    • Running OSX El Capitan 10.11.6
    • Modem router: Motorola 6580
    • ISP: wow!
    • The only recent change I did was update flash.

    Thank you

    Hello Indianajoe7,

    Thank you for using communities of Apple Support. It is my understanding that the internet is slow on your MacBook Pro. I know how important internet speed can be for many applications and General everyday use. I'm happy to help you.

    You did a great job trying to fix this yourself! Given that the problem didn't occur in safemode, our next step is to check your login items. Please follow the instructions below:

    Important: To print these instructions, click the Share button in the Help window, and then choose print.

    Test your login items

    1. Choose the Apple menu > System Preferences, and then click users and groups.

    2. Click on your account under the current user name, and then click connection points.

      Make a list of the login items, you will need to remember later.

    3. Select all the elements of connection, and then click the button Delete .

    4. Choose the Apple menu > restart.

    5. If this solves the problem, reopen the preferences users and groups, add the elements of connection one at a time and restart your Mac after the addition of each of them.

      If the problem persists, follow the steps above to remove only the last element of connection that you added.

    OS X El Capitan: If you think you have incompatible connections

    Have a wonderful day!

  • Mail becomes incredibly slow, but only if I download attachments

    Mail becomes incredibly slow, but only if I download attachments (photos, files pdf, etc]

    This has happened a lot lately.

    If I get a message with, say, some photos attached Works Mail very well. However, if I can download files attached to my iMac mail becomes so incredibly slow, even if I delete the email with the files. If I quit Mail and then restart the problem persists... I literally spinning beachball if I want to compose a message... everything still works, but each action takes forever. I tried to rebuild the mailbox, but it does not work. The only way to recover messages to work properly (at normal speed) is to restart the computer.

    All ideas

    [I have 24Go of ram on end of 2012 3.4 ghz iMac with a fusion 3 TB drive]

    Start Safe Mode removes the system caches that can help...

    Follow these steps to start in safe mode.

    1. Start or restart your Mac.
    2. As soon as you hear the startup tone, hold down the SHIFT key.
    3. Release the SHIFT key when you see the logo Apple appears on the screen.

    After the Apple logo appears, this may take longer than usual to reach the login screen or your office. This is because your Mac performs a check of directory of your drive to boot in safe mode.

    To leave safe mode, restart your computer without pressing any keys during startup.

    Then try to download an attachment.

  • MacBook Pro mid-2009 suddenly slow

    I need to replace my computer, or double the RAM work?  Everything is suddenly slower and the "beach ball" appears more and more often.

    I ran EtreCheck, but not anything about the significance of the results.

    Hardware information: ⓘ

    MacBook Pro (15-inch, 2.53 GHz, mid 2009)

    [Technical details] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro5, 4

    1 2.53 GHz Intel Core 2 Duo CPU: 2 strands

    4 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 2 GB DDR3 1067 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1067 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 40

    Video information: ⓘ

    NVIDIA GeForce 9400M - VRAM: 256 MB

    Color LCD 1440 x 900

    System software: ⓘ

    OS X El Capitan 10.11.4 (15E65) - since the starting time: 12 hours

    Disk information: ⓘ

    Hitachi HTS545032B9SA02 disk0: (320,07 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 319,21 go-go (274,24 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    MATSHITADVD-R UJ-868)

    USB information: ⓘ

    Built-in ISight from Apple Inc..

    Card reader Apple

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Apple Inc. BRCM2046 hub.

    Apple Inc. Bluetooth USB host controller.

    Goalkeeper: ⓘ

    Mac App Store and identified developers

    Launch system officers: ⓘ

    [loaded] 8 tasks Apple

    [loading] 160 tasks Apple

    [operation] 58 tasks Apple

    [killed] 12 tasks Apple

    12 killed process lack of RAM

    Demons of launch system: ⓘ

    [loaded] 46 tasks Apple

    [loading] 162 tasks Apple

    [operation] 74 tasks Apple

    [killed] 7 tasks Apple

    7 killed process lack of RAM

    Launch officers: ⓘ

    [failure] com.canon.MFManager.plist (2012-05-22) [Support]

    [loading] com.google.keystone.agent.plist (2016-03-02) [Support]

    Launch of the demons: ⓘ

    [loading] com.adobe.fpsaud.plist (2016-05-09) [Support]

    com.DYMO.pnpd.plist [no charge] (2011-08-31) [Support]

    [operation] com.fitbit.galileod.plist (2013-10-22) [Support]

    [loading] com.google.keystone.daemon.plist (2016-03-02) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2011-03-10) [Support]

    Launch User Agents: ⓘ

    [not]    [email protected]- SharedServices.Agent.plist

    Other applications: ⓘ

    [ongoing] com.DYMO.pnpd

    [ongoing] com.etresoft.EtreCheck.127072

    [ongoing] com.HP.devicemonitor

    [loading] 419 tasks Apple

    [operation] 155 tasks Apple

    [killed] 18 tasks Apple

    Internet Plug-ins: ⓘ

    DYMO NPAPI Addin: 1.0 (2011-08-31) [Support]

    Default browser: 601 - SDK 10.11 (2016-04-13)

    Flip4Mac WMV Plugin: 2.4.4.2 (02 / 02/2013) [Support]

    Web of Google Earth plugin: 7.1 (2013-07-12) [Support]

    DYMO Safari Addin: Unknown (2011-08-31) [Support]

    RealPlayer Plugin: unknown

    FlashPlayer - 10.6: 21.0.0.242 - SDK 10.6 (2016-05-13) [Support]

    Silverlight: 5.0.61118.0 - SDK 10.6 (2015-09-03) [Support]

    QuickTime Plugin: 7.7.3 (2016-04-13)

    Flash Player: 21.0.0.242 - SDK 10.6 (2016-05-13) [Support]

    iPhotoPhotocast: 7.0 (2010-06-27)

    SharePointBrowserPlugin: 14.3.9 - SDK 10.6 (2015-10-25) [Support]

    CANONiMAGEGATEWAYDL: 3.2.0.1 - SDK 10.6 (2015-09-03) [Support]

    RL Secure Layer plugin: Unknown - SDK 10.5 (2013-01-22) [Support]

    JavaAppletPlugin: 15.0.1 - version Check SDK 10.11 (2012-06-17)

    The internet user Plug-ins: ⓘ

    ContentManager: unknown

    RocketEngine: unknown

    UploadManager: unknown

    3rd party preference panes: ⓘ

    Flash Player (2016-05-09) [Support]

    Time Machine: ⓘ

    Skip system files: No.

    Mobile backups: OFF

    Automatic backup: NON - automatic backup disabled

    Volumes to back up:

    Macintosh HD: Disc size: 319,21 GB disc used: 44,98 GB

    Destinations:

    My backups [Local]

    Total size: 999,83 GB

    Total number of backups: 1

    An older backup: 2016-01-27, 12:19

    Last backup: 2016-01-27, 12:19

    Size of backup drive: Excellent

    Backup size 999,83 GB > (disk size 319,21 GB X 3)

    Top of page process CPU: ⓘ

    5% WindowServer

    kernel_task 2%

    0% fontd

    0% askpermissiond

    Top of the process of memory: ⓘ

    Kernel_task 466 MB

    Mdworker (9) 238 MB

    Finder 94 MB

    90 MB mds_stores

    Spotlight 82 MB

    Information about virtual memory: ⓘ

    159 MB free RAM

    4.09 GB used RAM (907 MB cache)

    16 MB of Swap used

    Diagnostic information: ⓘ

    14 may 2016, 18:48:21 self test - passed

    May 14, 2016, 13:03:23 ~/Library/Logs/DiagnosticReports/Preview_2016-05-14-130323_[redacted].crash

    com.apple.Preview - /Applications/Preview.app/Contents/MacOS/Preview

    May 14, 2016, 10:59:08 /Library/Logs/DiagnosticReports/firefox_2016-05-14-105908_[redacted].cpu_resour ce.diag [details]

    /Applications/Firefox.app/Contents/MacOS/Firefox

    May 14, 2016, 06:56:56 /Library/Logs/DiagnosticReports/firefox_2016-05-14-065656_[redacted].cpu_resour ce.diag [details]

    May 13, 2016, 10:20:48 /Library/Logs/DiagnosticReports/firefox_2016-05-13-102048_[redacted].cpu_resour ce.diag [details]

    May 12, 2016, 14:26:35 /Library/Logs/DiagnosticReports/firefox_2016-05-12-142635_[redacted].cpu_resour ce.diag [details]

    EtreCheck version: 2.9.12 (265)

    Report generated 2016-05-15 07:23:10

    Download https://etrecheck.com EtreCheck

    Time 02:43

    Performance: Excellent

    Click the [Support] links to help with non-Apple products.

    Click the [details] links for more information on this line.

    : Another problem

    Description:

    Slow response when opening applications. Caps lock is locked.

    Hardware information: ⓘ

    MacBook Pro (15-inch, 2.53 GHz, mid 2009)

    [Technical details] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro5, 4

    1 2.53 GHz Intel Core 2 Duo CPU: 2 strands

    4 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 2 GB DDR3 1067 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1067 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = Normal - Cycle count = 40

    Video information: ⓘ

    NVIDIA GeForce 9400M - VRAM: 256 MB

    Color LCD 1440 x 900

    System software: ⓘ

    OS X El Capitan 10.11.4 (15E65) - since the starting time: 12 hours

    Disk information: ⓘ

    Hitachi HTS545032B9SA02 disk0: (320,07 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 319,21 (Go 274,22 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    MATSHITADVD-R UJ-868)

    USB information: ⓘ

    Built-in ISight from Apple Inc..

    Card reader Apple

    Apple Inc. Apple keyboard / Trackpad

    Computer, Inc. Apple IR receiver.

    Apple Inc. BRCM2046 hub.

    Apple Inc. Bluetooth USB host controller.

    Goalkeeper: ⓘ

    Mac App Store and identified developers

    Launch system officers: ⓘ

    [loaded] 8 tasks Apple

    [loading] 161 tasks Apple

    [operation] 57 tasks Apple

    [killed] 12 tasks Apple

    12 killed process lack of RAM

    Demons of launch system: ⓘ

    [loaded] 46 tasks Apple

    [loading] 162 tasks Apple

    [operation] 74 tasks Apple

    [killed] 7 tasks Apple

    7 killed process lack of RAM

    Launch officers: ⓘ

    [failure] com.canon.MFManager.plist (2012-05-22) [Support]

    [loading] com.google.keystone.agent.plist (2016-03-02) [Support]

    Launch of the demons: ⓘ

    [loading] com.adobe.fpsaud.plist (2016-05-09) [Support]

    com.DYMO.pnpd.plist [no charge] (2011-08-31) [Support]

    [operation] com.fitbit.galileod.plist (2013-10-22) [Support]

    [loading] com.google.keystone.daemon.plist (2016-03-02) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2011-03-10) [Support]

    Launch User Agents: ⓘ

    [not]    [email protected]- SharedServices.Agent.plist

    Other applications: ⓘ

    [ongoing] com.DYMO.pnpd

    [ongoing] com.etresoft.EtreCheck.127072

    [ongoing] com.HP.devicemonitor

    [loading] 423 tasks Apple

    [operation] 153 tasks Apple

    [killed] 17 tasks Apple

    Internet Plug-ins: ⓘ

    DYMO NPAPI Addin: 1.0 (2011-08-31) [Support]

    Default browser: 601 - SDK 10.11 (2016-04-13)

    Flip4Mac WMV Plugin: 2.4.4.2 (02 / 02/2013) [Support]

    Web of Google Earth plugin: 7.1 (2013-07-12) [Support]

    DYMO Safari Addin: Unknown (2011-08-31) [Support]

    RealPlayer Plugin: unknown

    FlashPlayer - 10.6: 21.0.0.242 - SDK 10.6 (2016-05-13) [Support]

    Silverlight: 5.0.61118.0 - SDK 10.6 (2015-09-03) [Support]

    QuickTime Plugin: 7.7.3 (2016-04-13)

    Flash Player: 21.0.0.242 - SDK 10.6 (2016-05-13) [Support]

    iPhotoPhotocast: 7.0 (2010-06-27)

    SharePointBrowserPlugin: 14.3.9 - SDK 10.6 (2015-10-25) [Support]

    CANONiMAGEGATEWAYDL: 3.2.0.1 - SDK 10.6 (2015-09-03) [Support]

    RL Secure Layer plugin: Unknown - SDK 10.5 (2013-01-22) [Support]

    JavaAppletPlugin: 15.0.1 - version Check SDK 10.11 (2012-06-17)

    The internet user Plug-ins: ⓘ

    ContentManager: unknown

    RocketEngine: unknown

    UploadManager: unknown

    3rd party preference panes: ⓘ

    Flash Player (2016-05-09) [Support]

    Time Machine: ⓘ

    Skip system files: No.

    Mobile backups: OFF

    Automatic backup: NON - automatic backup disabled

    Volumes to back up:

    Macintosh HD: Disc size: 319,21 GB disc used: 44,99 GB

    Destinations:

    My backups [Local]

    Total size: 999,83 GB

    Total number of backups: 1

    An older backup: 2016-01-27, 12:19

    Last backup: 2016-01-27, 12:19

    Size of backup drive: Excellent

    Backup size 999,83 GB > (disk size 319,21 GB X 3)

    Top of page process CPU: ⓘ

    5% WindowServer

    kernel_task 2%

    0% fontd

    0% askpermissiond

    Top of the process of memory: ⓘ

    512 MB kernel_task

    152 MB mdworker (6)

    90 MB mds_stores

    90 MB Finder

    Spotlight 82 MB

    Information about virtual memory: ⓘ

    206 MB free RAM

    4.05 GB used RAM (885 MB cache)

    15 MB used Swap

    Diagnostic information: ⓘ

    14 may 2016, 18:48:21 self test - passed

    May 14, 2016, 13:03:23 ~/Library/Logs/DiagnosticReports/Preview_2016-05-14-130323_[redacted].crash

    com.apple.Preview - /Applications/Preview.app/Contents/MacOS/Preview

    May 14, 2016, 10:59:08 /Library/Logs/DiagnosticReports/firefox_2016-05-14-105908_[redacted].cpu_resour ce.diag [details]

    /Applications/Firefox.app/Contents/MacOS/Firefox

    May 14, 2016, 06:56:56 /Library/Logs/DiagnosticReports/firefox_2016-05-14-065656_[redacted].cpu_resour ce.diag [details]

    May 13, 2016, 10:20:48 /Library/Logs/DiagnosticReports/firefox_2016-05-13-102048_[redacted].cpu_resour ce.diag [details]

    May 12, 2016, 14:26:35 /Library/Logs/DiagnosticReports/firefox_2016-05-12-142635_[redacted].cpu_resour ce.diag [details]

  • Firefox has become very slow. It takes a lot of time to load any website. I reinstalled FF but the fleeting problem.

    Firefox has become very slow. It takes a lot of time to load any website. I reinstalled FF but the rest of the problem.
    As a test, I downloaded Chrome and it is much faster.
    But I love FF and would be very happy if you can help me solve this problem.

    Hi Reos,

    When you reinstall Firefox it always uses your old profile with all the old things that you had. That said, you're lucky, there is a new feature that lets you "Reset" of Firefox. This will remove some of the pieces that might cause problems while it keeps your bookmarks and other important things safe.

    Check it out and let me know if it works: Refresh Firefox – reset the parameters and modules

  • Satellite P200-1JR: display becomes suddenly empty only restart helps.

    Hello

    I have laptop Toshiba P200-1JR, and I am satisfied with the performance.

    Unfortunately, I have experienced a few problems for which I'm not sure if they are material (manufacturing) or a driver problem (software).

    1 display sometimes (maybe once a week) becomes suddenly empty. Nothing special was did not previously, which should be the trigger. Just the time. Only restart helps.
    2 same as 1, but already show just goes crazy for a few second. A few lines aside (as the magnetic interruptions) are on the screen.

    I just downloaded a bunch of driver updates (have not applied the yet), but I want to ask is this already known issue?

    Best regards
    Vladimir Stefanovic

    > The screen started flashing uncontrolled for about 15 seconds, then it becomes totally blank.

    If the display driver and BIOS update help didn t I would recommend checking the laptop in ASP in your country
    Something like this may seem very strange, or it s a hardware problem

    Good luck

  • Afiter Vista BIOS Satellite M70 5.10 update becomes too slow

    When I updated my Bios in Bios 5.10 Vista, my computer has become too slow (slow), even the Internet
    I turned in OS independent bios update worm 1.50
    and everything becomes good again,
    Note, I used win updte worm.

    Thank you

    Hello

    I can only say that the Vista operating system needs much more resources as the XP operating system for example.
    The BIOS version 5.1 has been designed for the use of Vista and therefore it s no surprise to me that the laptop is running a little don't bit slower

    Something more to my knowledge the M70 has not been declared as able to Vista laptop. In any case, thanks for your comments...

  • Satellite A200-1IZ becomes extremely slow using the power saving mode

    Hello

    Since I installed windows 7 I can't use my computer in battery saving mode because it becomes extremely slow.

    It takes so long for trivial tasks. It is virtually unusable.

    Can anyone tell me the reason for the problem and if there is some sort of solution?

    Thank you.

    Hello

    What performance maximum CPU you have for the power saving mode? Check the Windows power management settings: start > Control Panel > Power Options.

    The plan for the power saving mode settings and make sure that the maximum performance of the CPU is at 100% for the power saving mode. This increases the performance of the computer.

  • HP DV3 become very slow where implementation failure

    HP DV3-2105ee

    Windows 7 ultimate 32 bit.

    Since I bought this laptop new each time failed when his laptop battery performance becomes very slow start of braking, power option is to select "Balanced" if I select 'Power saver' he not become slow when running on battery power, but often it becomes slow with any program running.

    In my country Bangladesh there are break after every hour of power.

    How can I solve this problem?

    This sounds like it may be related to a power management.  Looks like it's to reduce the performance of the material to save batteries.  This is a normal behavior with laptops, but it can become a nuisance if someone does not create a power plan that does not take account of this.

    Go to start, search for food options and open this result.

    Click on Show additional plans.  There should be a plan for high performance.  This plan will be favourable performance during the conservation of battery, so your battery charge may not last as long.

    Activate the power plan.

    The problem is still happening?

  • WiFi becomes too slow after a few minutes

    Since I've tried any method that I could find online, I decided to get some help here.

    I turned off wifi optimization, rebootet my phone, my wifi is certified and the wifi becomes also slower mode without failure of the United Nations. The first three minutes after I reboot my phone is the only time where I can connect to any wifi. The strange thing is that this started about a week or two after that, I bought the phone. Which means that I had no problem at the beginning and could install all my apps I had on my old android device.
    But as the problem still exists in safe mode, I do not understand why this is the case with wifi.

    I'm happy for all the help.
    Thank you

    This application might do the trick

Maybe you are looking for

  • Satellite U400-112 CD/DVD optical drive doesn't read CD disks

    Same problem, my CD/DVD drive doesn't read any cd, but it works with the DVD. Same problem if I try to burn CDs (it does not work, clear yellow on the drive and the drive gets hard blue light on the laptop (U305) permanently on) but it's ok to burn D

  • Quick launch will never return?

    Use to be - back on 10.6, you can customize the toolbar to search and set up application icons for a quick launch. Having moved to 10.10 by a couple of Mac along the way and bringing more via a time machine backup, I still have some of these buttons

  • Problem with Labview communication with Arduino Uno

    Hello I tried to run a simple program in labview through my Arduino Uno R3 all morning and keep running into the same problem: no response from my Board of Directors. I'll catch you up on what I've done so far: -flashed LIFA Base to my Arduino-Downlo

  • Why have abducted quality settings calling on the Z5?

    Good evening I noticed that then calls has remained just EQ: Normal and Bright... isn't there anymore "smooth"? And I noticed that the other two settings disappeared Why Sony does on Z5? FW.200

  • My OS gives problem that it is widows vista Home premium service pack 2

    my windows vista family premium appeared the problem and my drive is destroyed... How can I reload my operating system because it is defective and give a lot of problem can I get a version downloaded from Microsoft and recharge it. How can I do for t