PixelGrabber is intermittently slow

Hi All,
PixelGrabber has some perfomance problems and there is a bug related to it here (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4835595). However I am facing a bug where a offscreen image sometimes gets slow while I am running the PixelGrabber, this is the stack trace :
at java.awt.image.DirectColorModel.getsRGBComponentFromsRGB(DirectColorModel.java:305)
at java.awt.image.DirectColorModel.getRed(DirectColorModel.java:353)
at java.awt.image.DirectColorModel.getRGB(DirectColorModel.java:438)
at java.awt.image.PixelGrabber.setPixels(PixelGrabber.java:595)
at sun.awt.image.OffScreenImageSource.sendPixels(OffScreenImageSource.java:130)
at sun.awt.image.OffScreenImageSource.produce(OffScreenImageSource.java:161)
at sun.awt.image.OffScreenImageSource.addConsumer(OffScreenImageSource.java:37)
- locked <0x185b41c8> (a sun.awt.image.OffScreenImageSource)
at sun.awt.image.OffScreenImageSource.startProduction(OffScreenImageSource.java:51)
at java.awt.image.PixelGrabber.grabPixels(PixelGrabber.java:242)
- locked <0x185b4190> (a java.awt.image.PixelGrabber)
at java.awt.image.PixelGrabber.grabPixels(PixelGrabber.java:209)
Would somebody know if the intermittent slowness can be associated to the bug above ? ( in the bug it states it always happens) Has somebody ever had the same problem ?
Thanking you in advance
Ary Alves

Hi, there are ways to do it if you can live with certain restrictions.
            BufferedImage img=new BufferedImage(32,32,BufferedImage.TYPE_INT_ARGB);
            img.setRGB(10,15,0x01020304);   // a=1 r=2 g=3 b=4
            WritableRaster r=img.getRaster();
            DataBuffer db=r.getDataBuffer();
            if (db.getDataType() != DataBuffer.TYPE_INT)
                throw new IllegalStateException("Hey that must be a int!");
            if (db.getNumBanks() != 1)
                throw new IllegalStateException("Uh - Someone else got to do this job!");
            DataBufferInt dbi=(DataBufferInt)db;
            int[] data=dbi.getData();           
            System.out.println(" Pixel (10,15) = "+Integer.toHexString(data[10+32*15]));
            // Test: No coy
            data[10+32*15]=0xaabbccdd;
            System.out.println(" Pixel (10,15) = "+Integer.toHexString(data[10+32*15]));As you see it works best if you can set the pixel format and if it only contains a single array of data (i.e. bank).

Similar Messages

  • PixelGrabber is too slow and has memory problems!

    Have any of you figured out a way to get pixels from an Image
    WITHOUT using PixelGrabber??
    PixelGrabber is really slow -- is a memory hog -- and has other problems
    that cause me to need another way to get pixels from an image.
    Does anyone else have a way to get the pixels directly from an Image
    without using PixelGrabber?
    Ken Warner

    Hi, there are ways to do it if you can live with certain restrictions.
                BufferedImage img=new BufferedImage(32,32,BufferedImage.TYPE_INT_ARGB);
                img.setRGB(10,15,0x01020304);   // a=1 r=2 g=3 b=4
                WritableRaster r=img.getRaster();
                DataBuffer db=r.getDataBuffer();
                if (db.getDataType() != DataBuffer.TYPE_INT)
                    throw new IllegalStateException("Hey that must be a int!");
                if (db.getNumBanks() != 1)
                    throw new IllegalStateException("Uh - Someone else got to do this job!");
                DataBufferInt dbi=(DataBufferInt)db;
                int[] data=dbi.getData();           
                System.out.println(" Pixel (10,15) = "+Integer.toHexString(data[10+32*15]));
                // Test: No coy
                data[10+32*15]=0xaabbccdd;
                System.out.println(" Pixel (10,15) = "+Integer.toHexString(data[10+32*15]));As you see it works best if you can set the pixel format and if it only contains a single array of data (i.e. bank).

  • Login intermittently slow with ZCM agent AND Novell client

    We continue to struggle with intermittently slow logins in our environment. In testing, we noticed that logins are very fast (10-20 seconds) when only the Novell Client is installed, and very fast (~10 seconds) when only the ZCM agent is installed. However, when they are both installed, logins slow down, sometimes to 1.5 minutes or longer.
    We have checked DNS and rDNS, and they are both configured properly. SLP is working properly as demonstrated by the fast logins when only the client is installed. We use LDAP for user lookup, and it also works very fast to resolve user names (~ 1 second).
    We are using ZCM 10.3.1, and the client is fully patched as well (both Novell Client 2 and 4.91)
    Are there any specific settings (for the ZCM agent or the client itself) that might address this issue?

    My apologies, I told you to remove the wrong thing.
    I should have said NMAS instead of CASA.
    I am just so used to saying CASA when talking about ZCM.
    In regards to NMAS, you could simply rename "NWSSO.DLL" as a test.
    If NMAS is installed which is tested by the existence of this DLL, then
    a certain NMAS call is always made, which in some cases can take a long
    time.
    On 11/9/2010 12:06 PM, dshofkom33 wrote:
    >
    > craig_wilson;2042688 Wrote:
    >> Try removing CASA from the device and see if that makes a difference.
    >> A TID will be out on the issue soon.
    >>
    >> On 10/5/2010 4:36 PM, kjhurni wrote:
    >>>
    >>> Hmm, I will have to try that. I've only observed that with ZCM
    >>> installed (with Novell Client 4.91 SP5 on XP) that the login time
    >> goes
    >>> from about 12-15 seconds to about 50-70 seconds.
    >>>
    >>> But I've not tried "just" the ZCM agent.
    >>>
    >>>
    >>
    >>
    >> --
    >> Craig Wilson - MCNE, MCSE, CCNA
    >> Novell Knowledge Partner
    >>
    >> Novell does not officially monitor these forums.
    >>
    >> Suggestions/Opinions/Statements made by me are solely my own.
    >> These thoughts may not be shared by either Novell or any rational
    >> human.
    >
    > I removed CASA and now I cannot sign into ZCM. I get the "unable to
    > login to network because the login credentials are incorrect" Windows
    > Security Message. Any ideas?
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Application intermittently slow

    our application using oracle 11g on RAC. one of query run intermittently slow/fast, sometimes 05 sec. sometimes 30 sec.
    run the sql from sql plus seems very fast.
    Also, there almost no load, only 2~3 users on this system.
    What could be the reason?
    Thanks

    Need more info :-)
    When your query takes too long:
    When your query takes too long ...
    HOW TO: Post a SQL statement tuning request - template posting
    HTH
    Srini

  • Intermittent slowness and disconnects

    My Verizon DSL connection has been intermittently slow with random disconnects for the past 2 weeks. Unplugging/replugging the modem doesn't fix it. I'm in Pittsburgh using a Westell 7500. Any help?
    news.giganews.com
    1 gw1-g-vlan201.dca.giganews.com (216.196.98.4) 0 ms 0 ms 0 ms
    2 xe-2-3-0.er1.iad10.us.above.net (209.66.64.189) 0 ms 0 ms 0 ms
    3 xe-1-0-0.er2.iad10.us.above.net (64.125.25.50) 0 ms 0 ms 0 ms
    4 above-uu.iad10.us.above.net (64.125.13.174) 7 ms 1 ms 0 ms
    5 0.ae1.RES-BB-RTR2.verizon-gni.net (152.63.32.157) 1 ms 0 ms 0 ms
    6 as0-0.PITT2-CORE-RTR1.verizon-gni.net (130.81.20.93) 6 ms 6 ms 6 ms
    7 P3-0-0.PITT2-DSL-RTR7.verizon-gni.net (130.81.9.154) 8 ms 6 ms 6 ms
    8 * * *
    9 * * *
    10 * * *
    Max number of unresponsive hops reached (firewall or filter?)
    news-europe.giganews.com
    1 vl201.gw2.ams.giganews.com (216.196.110.2) 4 ms 0 ms 0 ms
    2 208.174.49.145 (208.174.49.145) 1 ms 0 ms 0 ms
    3 cr2-tengig-0-5-1-0.frankfurtft3.savvis.net (204.70.207.209) 9 ms 7 ms 18 ms
    4 cr1-bundle-pos1.NewYork.savvis.net (204.70.196.137) 114 ms 101 ms 102 ms
    5 er2-tengig-2-1.NewYork.savvis.net (204.70.198.14) 101 ms 101 ms 102 ms
    6 0.xe-9-2-0.BR2.NYC4.ALTER.NET (204.255.168.89) 102 ms 101 ms 105 ms
    7 0.xe-1-1-1.NY325-BB-RTR2.verizon-gni.net (152.63.1.206) 101 ms 101 ms 101 ms
    8 as0-0.PITT2-CORE-RTR2.verizon-gni.net (130.81.20.95) 106 ms 113 ms 105 ms
    9 P4-0-0.PITT2-DSL-RTR7.verizon-gni.net (130.81.9.158) 107 ms 108 ms 105 ms
    10 * * *
    11 * * *
    12 * * *
    Max number of unresponsive hops reached (firewall or filter?)
    Transceiver Statistics
    Transceiver Revision: A2pB020b3.d20h
    Vendor ID Code:          4D54
    Line Mode:                  ADSL_2plus
    Data Path:                    FAST
    DSL Speed (Kbits/Sec) 5013     861
    Margin (dB)                    4.9       18.4
    Line Attenuation (dB) 46.0       23.6
    Transmit Power (dBm) 0.0       12.8

    Your line looks to be pretty long to be using 5Mbps service on it. I think your disconnects may be from copper that is experiencing changes in how it is able to carry the DSL signal due to the changing weather. Perhaps the copper cabling is also deteriorating as it is exposed to the elements. Either way, we need to rule out some things first before deciding on a course of action.
    Right now, your modem's margin is low, the downstream speed is not synced up correctly, and the attenuation is high. In addition, transmit powers are not reported but can be assumed, which also suggest a lenghty or degraded line as well as the equipment attempts to compensate for the speed.
    If you have access to your NID, I'd like for you to plug your modem into it first to see if we can pull better statistics from the line. If they are much improved, we'll need to start troubleshooting where in the home the copper is giving issues. If there is no change, the next course of action would be to get Verizon out to repair the line on their end of things to try and improve the signal coming in. If they really cannot do anything, then I believe the line will require a bumping down in speed to 4Mbps/768kbps after overhead, instead of trying to aim for a full 5Mbps.
    If the slow speed issues are not from the poor line stats, please give us some information on what is taking place when the speeds are reduced. Is it during the evening or night time hours when this occurs? Is there any particular usage pattern in your home that could be perhaps causing this issue? How about your modem sync speeds? Traceroutes?
    ========
    The first to bring me 1Gbps Fiber for $30/m wins!

  • XI to R/3 intermittent slowness

    Hi experts,
    We are calling an external web service in ECC6 via XI server.
    Request for data:
    ECC6 -> XI -> Web service (WSDL) -> XI -> ECC6
    We are facing an intermittent problem where the transfer of data (return route) from XI -> ECC6 could be extremely slow (normally ~3 seconds but intermittently it could be anywhere between 1 minute to >10 minutes).
    I have checked that in XI monitoring, the web service call and respond was almost immediate (1-2 seconds) in every single call so there is absolutely no problem with the web service respond time.
    In fact, the values are already recorded in XI monitoring, and the log in XI shows that processing has been passed back to ECC6. However, in ECC6, it could take a long time to process.
    I am unable to find any log to investigate further on this. Does anyone have any idea what could be wrong, or how I can find the log to this performance issue?
    Thank you in advance.

    >I am unable to find any log to investigate further on this. Does anyone have any idea what could be wrong, or how I can find the log to this performance issue?
    Few cents:
    Did you notice time that messages leaving PI and reaching ECC. If there is no delay in processing between webservice & PI   and  leaving pi and reaching ecc then you can nail down that some application logic that executes in R/3 takes that time. Pi acts as a message mediator here.
    >However, in ECC6, it could take a long time to process.
    Talk to abap developers and let them analyze their application logic that takes this time. In this case PI is not having any issue.

  • Intermittent/slow connection, any advice is appreciated..

    Hi all,
    First the basics: Dell XPS PC with a WMP54g PCI adapter
                               Apple iMac with a wireless airport adapter
    Router is a Linksys WRT54g, Charter cable internet 10meg service.
    I've had this set-up for some time and just added the Apple recently. I've not done any software and/or firmware updates.  I always get excellent (pegged) link and signal strength bars on both computers.
    My problem is slow/intermittent connections. I certainly never reach 10meg service and constantly get the "You are connected to the access point but the internet cannot be found" message when I check the monitor.  I just never know when my connection will fail and hate paying for high speed service that I never attain.
    If I could provide any more information that would help you help me please ask. Thanks to all that respond. I know I've certainly left something out....the intermittency of my internet availablility just has me at ends..

    Try this setting on XP Desktop:
    1) Click start >> All Programs >> Linksys Wireless G adapter >> Click uninstall.
    2) Reboot the computer…. You will see “found new hardware” …insert the CD for the adapter ….exit out of set up wizard….. install the drivers for the adapter
    3) Try to connect to the network & see its working or not.
    Let me know whether it works or not.

  • Intermittently slow

    G4 iMac slows intermittently. It acts like Time Machine is running but it's not. (When time machine is running it slows and movement becomes choppy.) I looked at the activity monitor and the green bars range near the top when it is slow, up and down otherwise. When slow the "Process Name" column shows
    "mds" and "mdworker" to be in the 40s in the "CPU" column. Does that mean those things, whatever they are, are hogging the computer?
    Thanks
    Geoff

    Geoff K wrote:
    It's an 80G drive, only 8.5 G available.
    That's about the minimum you should have. 15% is better.
    But unless you're running a whole lot of programs, requiring a lot of swap space, or adding/changing/replacing lots of very large files, that's probably not having a big effect.

  • Intermittent Slow Broadband

    Having experienced very slow connection speeds for some two weeks, (anything from 90kbs down to 1kbs), an engineer finally called three or four days ago and changed the line box and filter for the currect models. He found that the error rates were "acceptable" considering the distance from the exchange (7km). Resetting and/or dropping the power on the HH3 sometimes gives an improvement, but this only lasts from a few minutes to half an hour. I've even reset it to factory defaults, but this has had no effect. I don't expect miracles, but I'd like to achieve the 400 to 500kbs which is technically possible, (and which I was getting before this slowdown occurred). The event rates typically increase at around 10 per second. ADSL Line Status Connection Information Line state: Connected Connection time: 0 days, 00:38:23 Downstream: 832 Kbps Upstream: 448 Kbps ADSL Settings VPI/VCI: 0/38 Type: PPPoA Modulation: G.992.1 Annex A Latency type: Interleaved Noise margin (Down/Up): 5.4 dB / 10.0 dB Line attenuation (Down/Up): 73.6 dB / 31.5 dB Output power (Down/Up): 14.5 dBm / 11.9 dBm FEC Events (Down/Up): 103458 / 67 CRC Events (Down/Up): 18091 / 47 Loss of Framing (Local/Remote): 0 / 0 Loss of Signal (Local/Remote): 0 / 0 Loss of Power (Local/Remote): 0 / 0 HEC Events (Down/Up): 16679 / 40 Error Seconds (Local/Remote): 2250 / 128
    Solved!
    Go to Solution.

    Just done another speed test, (below)
    Download speedachieved during the test was - 425 Kbps
     For your connection, the acceptable range of speeds is 50-500 Kbps.
     Additional Information:
     Your DSL Connection Rate :672 Kbps(DOWN-STREAM), 448 Kbps(UP-STREAM)
     IP Profile for your line is - 500 Kbps
    and the HH3 status shows:
    ADSL Line Status
    Connection Information
    Line state:
    Connected
    Connection time:
    0 days, 14:39:54
    Downstream:
    672 Kbps
    Upstream:
    448 Kbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.1 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    8.3 dB / 10.0 dB
    Line attenuation (Down/Up):
    73.5 dB / 31.5 dB
    Output power (Down/Up):
    14.5 dBm / 11.9 dBm
    FEC Events (Down/Up):
    3021745 / 751
    CRC Events (Down/Up):
    346984 / 421
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    199268 / 628
    Error Seconds (Local/Remote):
    34024 / 1436
    On past experience, this may last for half an hour or just a few minutes, before droppping back to <90kbps.

  • Safari intermittently slow

    Hi,
    I was helping someone this afternoon and was unable to find a fix so figured I'd ask here.
    Computer is a 11 inch Core2Duo Macbook Air with 2GB RAM, not sure which year, it didn't say, it has OS X 10.6.8 aka Mountain Lion.
    The only problem it has is Safari is really slow.  What's weird is that if I went to google.com, it would hang for 5-10 minutes before slowly opening the site.  Other random sites had this problem as well.  Some sites work though, if I go to bing.com, it comes right up every time.
    I installed Chrome (which took forever to get to the site since it's Google) and once installed, every site opened up quickly so it seems the problem is limited to Safari.
    I looked at many sites for guidance, I deleted the history, cache, went under Library, com.apple.safari and removed the files, checked and there were no extenstions, removed the plugins from the directory, everything I tried made no difference.
    I told them the only thing I can think to do is backup,  factory reload Mountain Lion, restore or upgrade to Yosemite and see if that magically fixes the issue.  I was unsure though if Yosemite would cause overall slowness since it's a Core2Duo with 2GB of RAM.
    Thoughts?

    If Safari is getting very slow:
    (Presumably you regularly empty your Safari cache by deleting the following file:
    Home/Library/Caches/com.apple.Safari/cache.db
    and clear your History)
    Adding Open DNS codes to your Network Preferences, should give good results in terms of speed-up* as well as added security, (including anti-phishing and redirects) (Full information about Open DNS is here:   http://www.opendns.com/home-solutions and here:  http://www.opendns.com/technology/opendns-vs-google-public-dns/ )
    and further independent information can be read here:
    http://reviews.cnet.com/8301-13727_7-57338784-263/free-dnscrypt-tool-enhances-ma c-web-security/?tag=mncol;txt
    and here:
    http://www.macworld.com/article/1146064/troubleshootdns.html?t=234
    * as confirmed by: http://lifehacker.com/5835775/google-dns-and-opendns-users-are-getting-a-web-spe ed-boost
    and Apple:
    http://support.apple.com/kb/TS3408?viewlocale=en_US
    but results may vary depending on where you are located.
    If you are using a single computer: Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu, and in the box marked 'DNS Servers' add the following two numbers:
    208.67.222.222
    208.67.220.220
    (You can also enter them if you click on Advanced and then DNS)
    Sometimes reversing the order of the DNS numbers can be beneficial in cases where there is a long delay before web pages start to load, and then suddenly load at normal speed:
    http://support.apple.com/kb/TS2296

  • 3 weeks of intermittent / slow DSL service

    For the past 3 or so weeks I have had days where my internet speed was as slow as my old dial up connection, some times even slower or there was no connection at all. I have also had days in between where it will work fine. My neighbor who also has Verizon DSL is having the same issue at the same time I am having these issues.
    I have the basic DSL service and speed test shows 1.02 mbps download and 0.38 mbps upload when it seems to be working ok. I have yet to try it when it starts slowing down since it takes forever to load a page.
    I am just wondering if anyone else is having the same issues or what can be done to fix the problem? I live in southeast Virginia in zip 23487.

    Yes.  I was having similar issues.
    I signed up for Xfinity Internet and am finding it to be faster (when it works), but just as awful when it doesn't.
    I haven't decided which service to jetison yet.
    Maybe both of them and go back to reading the paper.
    Infrastructure in this country seems to be colapsing all around us.

  • Intermittent slow start up

    Does anyone know why once in a while - say once a week - the early 2008s (Xeon, 8-Core, 2.8 GHz) running 10.5.2 take a lot longer (almost 5 minutes) to boot than usual?
    I'm ashamed to say that I interrupted and restarted the first couple of times (I've had mine for about a month) and long for a Disk Warrior with which to repair any potential damage that may have caused; though everything is otherwise functioning well.
    No haxies or 3rd party 'fixes' etc. In fact a very clean macine (perms. repaired daily etc); lots of RAM (4 GB) and masses of HD space.
    But every so often it is slow on the grey screen, seems to stop on the first blue and only after quite a while makes it through the brighter blue screen to the Finder.
    Presumably it's carrying out checks and I should... just let it?
    TIA!

    Jason,
    I'm sorry to read of the trouble(s) you're having: much worse than anything I'm experiencing
    I have the NVIDIA GeForce 8800 GT; my hardware tests all OK. No other errors. Startup 19 times out of 20 very fast... < 10 secs from Power-on/Restart to DeskTop. Then once in a while 10 minutes. Yes I do have internal (Seagate, Maxtor, WD) drives. But they - like my LaCie d2 Quadra with Time Machine are the same for each boot. The console log for one slow start yesterday (so, 20 minutes) is:
    3/22/08 9:16:32 AM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    3/22/08 9:16:32 AM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    3/22/08 9:16:32 AM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    3/22/08 9:16:52 AM org.ntp.ntpd[14] Error : nodename nor servname provided, or not known
    3/22/08 9:21:46 AM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[100]) Exited: Terminated
    3/22/08 9:22:00 AM ChronoSyncBackgrounder[144] ChronoSync Backgrounder v3.3.6 is running.
    3/22/08 9:26:38 AM com.apple.SystemStarter[17] net.inet.ip.fw.verbose: 0 -> 1
    3/22/08 9:26:38 AM com.apple.SystemStarter[17] net.inet.ip.fw.enable: 1 -> 1
    3/22/08 9:26:38 AM com.apple.SystemStarter[17] net.inet.ip.fw.verbose_limit: 0 -> 0
    3/22/08 9:36:37 AM ChronoSyncBackgrounder[144] ChronoSync Backgrounder v3.3.6 has terminated.

  • IMac Intermittently Slow

    Hi,
    I manage about 200 iMac G3/450's running OS 9.2.2 in a school. I thought that I'd seen it all, but this one has me stumped. I have an iMac that reacts normally at times when I open a folder or perform some other action. At other times it slows right down where it will take maybe 10 or 12 seconds to open a folder that I've clicked on. Usually it's slow. I reformatted that HD and reinstalled OS 9.2.2. There's lots of room on the HD, but it's still doing it. I suspect I have a hardware issue here. Any thoughts?
    Sincerely,
    Jim

    Jim Laing...
    From what you describe, just maybe normal, depending what else is running in the background. (Extensions, Preferences, and so on)
    I can only suspect either a memory lag or HD lag if there is anything else to look for. May want to run Disk First Aid to see if it reports anything unusual or maybe a utility like DiskWarrior.
    In summary, I would say, don't rack up your brain in this for to long. You may drive yourself crazy, if not already there.
    ...Ron

  • Intermittent Slow consolidations

    Hi All,
    We are currently facing some intermittent consolidation timings within our application.
    When we consolidate the Top Parent Entity ( Our application has around 20 entity (alternate) hierarchies with around 1000 base entities) the usual consolidation time is around 30 -40 minutes. However we have seen that at times when we consolidate the same period the consolidation takes about 1 hour and 30 minutes to about 2 hours. We loaded a blank rule file and consolidated and noted that on first consolidation the time taken was around 1 hour and 20 minutes, when we ran 2 more consolidation for the same period at the top level entity, using Consolidate all with data the consolidation completed in 15 minutes. We then loaded the actual rule file and on consolidating the first time we noticed that the time taken was about 1 hour and 30 minutes, however 2 subsequent consolidations on the same period finished in about 30 minutes. We have reviewed the rules multiple times and adjusted situations that could cause potential issues, however we still see this issue come up intermittently. Any insight in this regard would be of great help.
    Thanks,
    AP

    Thanks JTF for the quick reply!
    Since we were testing this problem, we did not have other users logged in and this was the only other consolidation running at the given time. We do have impact status rules in the system, but they are written only to execute on the last period of the fiscal to throw impact on the first period of the subsequent year ( Also, this is build with some conditions so it does not execute under all circumstances). We were consolidating the first period of the fiscal. Also, within rules, we tried adding timer code to see which parts take more time than others. We do not have Sub Consolidate in use as we are using default consolidation. So the 2 large sections with the rules, Sub Calculate and Sub translate yield to around 16 to 18 minutes when consolidating the top parent for a single period, when the overall consolidation would have taken either 1 hour 30 minutes or 40 minutes.
    Thanks for your help!
    Regards,
    AP

  • Intermittently slow load times from iTunes, while Netflix

    TV shows from iTunes sometimes take a long time to load, while content from Netflix & Hulu seem fine. Why does iTunes sometimen indicate that it may take over an hour to load a 45min TV show?

    Netflix/Hulu adapts to the connection in order to stream instantly. iTunes content is fixed and will start once enough has loaded. The time it takes is dependent on your network.
    720P requires minimum 6mbps for instant stream
    1080p needs 8mbps
    Check speedtest.net to verify
    Interference can also play a role, check istumbler or netstumbler to verify
    Male sure you are on your ISPs DNS (settings - network - configure DNS - automatic)

Maybe you are looking for

  • Missing Screen Savers and other crazy happenings...

    I recently noticed that the screen saver list in my Screen Saver pref window is blank.  As a result, one I open this window, I generally lose control over my keyboard/mouse.  I am unable to quit, close the pref window, tab to other apps, etc.  I've t

  • Nokia 3110 c : How to transfer the Video Clip Fold...

    My handset model is Nokia 3110C. The memory of which is around 32~34 MB. I have installed Memory Card of 2GB. Currently, the Video Clip Folder can accommodate only 8 MB maximim. The Files dowmloaded can not save beyond 8 MB. But my SD can hold upto 5

  • I can't create folders?

    When I try and drag one icon over another the bottom one moves?

  • About Upgrading to Apple Mac OS X Mavericks?

    ok I Heard Apple Mac OS X Mavericks is gonna be out in Fall or Summer but I Was not able to see The Apple Keynote Event today cause I Had to take My Grandmother to get her hearing Aid fixed today & I Was working for 2 hours today this morning & I Jus

  • Java function to calculate timezone

    HI I have a specific requirement to create one java function to calculate the timezone based on the date for mapping. Like input(date)->Java Func->Timezone(Output). As i am not very much conversant with java it will be very helpful for me if anybody