More use of objects leads to performance problem?

Hello

I'm developing a game using MVC. In which I send several parameter to the addEventListener method. So I created a class customEvent with a parameter object type.

Here's the code flow

my custom event class:

public function CustomEvent (string:, customData:Object = null, bubbles: Boolean = false, cancelable: Boolean = false) {}

constructor

Super (type, Bubbles, cancelable);

this.customData = customData;

}

Adding listener

_myController.addEventListener (CustomEvent.UPDATE_MY_METHOD, doSomething);

function doSomething(myObj:Object){}

var param1 = myObj.param1;

var param2 = myObj.param2;

param3 var = myObj.param2;

}

To call my custom event.

var dispObj = new Object();

dispObj.param1 = "A";

dispObj.param2 = 100;

dispObj.param3 = 'PLAYER '.

dispatchEvent (new CustomEvent(CustomEvent.UPDATE_MY_METHOD, dispObj);

This idea makes me use more items in my game.


Now my doubt is, whether it will be led to memory leak or any other issue of performance? In this case can I replace object dictionary or any other better option.

Any suggestions? Please, I beg you.

Thanks in advance

It will not be a memory problem because these customevent get gc had.  but there is more work for the flash player because there is more gc.

on the other hand, you have to use something to connect the necessary parameters so I don't see an advantage to the use of accessors get or other public functions which allows parameter values to retrieve.

Tags: Adobe Animate

Similar Questions

  • We do use Firefox Sync and FF on a desktop and a netbook. However need microfox on netbook and prefer more big toolbar on the desktop. Problem synchronizing...

    We use Firefox on your desktop windows 8.1 and a Net-book of Linux Mint, the problem is with the synchronization.

    Use of the Littlfox add-on on the net accountant to make the best use of space and a more decorative with the office. Those problem is with sync that keeps the theme switching.

    is their anyway set up sync to understand that each version of firefox has a profile and that certain questions or clarifications apply?

    Am not the only problem with this, now that we have laptops, tablets, furnished his starts coming more.

    See the screenshot.

    Under Sync my, do not synchronize Addons.

  • Performance problem on the SQL query that does not use the primary key index

    Hello!

    I have some performance issues on a single SQL query (Oracle 10 g).
    I could solve the problem by using the INDEX indicator, but I would like to know WHY this is happening.

    * Tables *.
    create table jobs)
    ID number (5) not null,
    name varchar2 (100),
    primary key constraint Job_PK (id)
    )
    /
    -Record count: 298

    create table Comp)
    integer ID not null,
    name varchar2 (100),
    primary key constraint Comp_PK (id)
    )
    /
    -Record count: 193

    -Relation m: n
    create table JobComp)
    integer ID not null,
    id_job integer not null,
    id_comp integer not null,
    primary key constraint JobComp_PK (id),
    unique key constraint JobComp_UK (id_job, id_comp),
    Constraint JobComp_FK_Job foreign key (id_job) refers to Job (id),
    Constraint JobComp_FK_Comp foreign key (id_comp) makes reference Comp (id)
    )
    /
    create index JobComp_IX_Comp on JobComp (Cod_Comp)
    /
    create index JobComp_IX_Job on JobComp (Cod_Job)
    /
    -Record count: 6431

    * Ask *.

    When I run this query, the execution plan shows the index using (JobComp_PK and JobComp_IX_Comp).
    No problem.

    Select JobComp.*
    of JobComp
    Join jobs
    on Job.id = JobComp.id_job
    where JobComp.id_comp = 134
    /
    -runs in 0.20 sec

    But when I add the field 'name' of the work table the plan uses full access table to the table of work

    Select JobComp.*, Job.name
    of JobComp
    Join jobs
    on Job.id = JobComp.id_job
    where JobComp.id_comp = 134
    /
    -runs in the 2.70 dry

    With the help of the index

    Select / * + INDEX (Job Job_PK) * /.
    JobComp.*, Job.name
    of JobComp
    Join jobs
    on Job.id = JobComp.id_job
    where JobComp.id_comp = 134
    /
    -runs in 0.20 sec

    * Doubt *.

    This behavior is correct?

    PS. : I tried to recalculate the statistics, but nothing changes:

    analyze the job calculation table statistics.
    /
    change the statistical calculation of index Job_PK reconstruction;
    /
    Start
    dbms_utility.analyze_schema (sys_context ('userenv', 'current_schema'), 'CALCULATE');
    end;
    /

    [of]
    Gustavo Ehrhardt

    Gus.EHR wrote:
    Hello.
    I'm sorry for the plan unformatted.
    The execution time of the querys "without field name' and 'with the field name with suspicion" are equal.
    He has no problem caching, because I get the plans of the sequence different from the querys and repeated the performance. The result is always the same.

    I don't think that there is no problem with oracle crossing LOOP IMBRIQUEE to the HASH JOIN when you include the field name and this should be the expected behavior. But it seems that your WORKING table has a degree of parallelism set against what is causing the query to run in parallel (as JOB table is now available with full table scan, instead of indexed access earlier). It could be that the parallel execution is contributor to extra Runtime.
    (a) do you know why the degree of parallelism on the WORK table has been defined? Do you need it?

    You can see if the following query provides a better response time?

    select /*+ NOPARALLEL(JOB) */ JobComp.*, Job.Name
      from JobComp
      join Job
        on Job.id = JobComp.id_job
     where JobComp.id_comp = 134
    
  • Performance problem in production; Please help me out

    Hi all,

    I'd really appreciate if someone can help me with this.

    Every night, the server's SWAP, Sysadmin add more space disk swap every night and for the last 4 days.
    I run ADDM report from 22:00 to 04:00 (when the server is running out of memory)
    I had the problem of performance of this query:
    RECOMMENDATION 4: SQL Tuning, 4.9% benefit (1329 seconds)
          ACTION: Investigate the SQL statement with SQL_ID "b7f61g3831mkx" for 
             possible performance improvements.
             RELEVANT OBJECT: SQL statement with SQL_ID b7f61g3831mkx and 
             PLAN_HASH 881601692
    I can't find what the problem is and why it is a source of performance problem, could you help me please
    *WORKLOAD REPOSITORY SQL Report*
    
    Snapshot Period Summary
    
    DB Name         DB Id      Instance     Inst Num Release     RAC Host        
    ------------ ----------- ------------ -------- ----------- --- ------------
    ****       1490223503 ****             1 10.2.0.1.0  NO  ****
    
                  Snap Id      Snap Time      Sessions Curs/Sess
                --------- ------------------- -------- ---------
    Begin Snap:      9972 21-Apr-10 23:00:39       106       3.6
      End Snap:      9978 22-Apr-10 05:01:04       102       3.4
       Elapsed:              360.41 (mins)
       DB Time:              451.44 (mins)
    
    SQL Summary                         DB/Inst: ****/****  Snaps: 9972-9978
    
                    Elapsed 
       SQL Id      Time (ms)
    ------------- ----------
    b7f61g3831mkx  1,329,143
    Module: DBMS_SCHEDULER
     GATHER_STATS_JOB
    select /*+ no_parallel(t) no_parallel_index(t) dbms_stats cursor_sharing_exact u
    se_weak_name_resl dynamic_sampling(0) no_monitoring */ count(*),count("P_PRODUCT
    _ID"),count(distinct "P_PRODUCT_ID"),count("NAME"),count(distinct "NAME"),count(
    "DESCRIPTION"),count(distinct "DESCRIPTION"),count("UPC"),count(distinct "UPC"),
    
              -------------------------------------------------------------       
    
    SQL ID: b7f61g3831mkx               DB/Inst: ***/***  Snaps: 9972-9978
    -> 1st Capture and Last Capture Snap IDs
       refer to Snapshot IDs witin the snapshot range
    -> select /*+ no_parallel(t) no_parallel_index(t) dbms_stats cursor_shari...
    
        Plan Hash           Total Elapsed                 1st Capture   Last Capture
    #   Value                    Time(ms)    Executions       Snap ID        Snap ID
    --- ---------------- ---------------- ------------- ------------- --------------
    1   881601692               1,329,143             1          9973           9974
              -------------------------------------------------------------       
    
    
    Plan 1(PHV: 881601692)
    ---------------------- 
    
    Plan Statistics                     DB/Inst: ***/***  Snaps: 9972-9978
    -> % Total DB Time is the Elapsed Time of the SQL statement divided 
       into the Total Database Time multiplied by 100
    
    Stat Name                                Statement   Per Execution % Snap 
    ---------------------------------------- ---------- -------------- -------
    Elapsed Time (ms)                         1,329,143    1,329,142.7     4.9
    CPU Time (ms)                                26,521       26,521.3     0.7
    Executions                                        1            N/A     N/A
    Buffer Gets                                 551,644      551,644.0     1.3
    Disk Reads                                  235,239      235,239.0     1.5
    Parse Calls                                       1            1.0     0.0
    Rows                                              1            1.0     N/A
    User I/O Wait Time (ms)                     233,212            N/A     N/A
    Cluster Wait Time (ms)                            0            N/A     N/A
    Application Wait Time (ms)                        0            N/A     N/A
    Concurrency Wait Time (ms)                        0            N/A     N/A
    Invalidations                                     0            N/A     N/A
    Version Count                                     2            N/A     N/A
    Sharable Mem(KB)                                 71            N/A     N/A
              -------------------------------------------------------------       
    
    Execution Plan
    ---------------------------------------------------------------------------------------------------
    | Id  | Operation               | Name    | Rows  | Bytes | Cost (%CPU)| Time     | Pstart| Pstop |
    ---------------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT        |         |       |       | 24350 (100)|          |       |       |
    |   1 |  SORT GROUP BY          |         |     1 |   731 |            |          |       |       |
    |   2 |   PARTITION RANGE SINGLE|         |  8892 |  6347K| 24350   (1)| 00:04:53 |   KEY |   KEY |
    |   3 |    PARTITION LIST ALL   |         |  8892 |  6347K| 24350   (1)| 00:04:53 |     1 |     5 |
    |   4 |     TABLE ACCESS SAMPLE | PRODUCT |  8892 |  6347K| 24350   (1)| 00:04:53 |   KEY |   KEY |
    ---------------------------------------------------------------------------------------------------
     
    
    
    Full SQL Text
    
    SQL ID       SQL Text                                                         
    ------------ -----------------------------------------------------------------
    b7f61g3831mk select /*+ no_parallel(t) no_parallel_index(t) dbms_stats cursor_
                 _sharing_exact use_weak_name_resl dynamic_sampling(0) no_monitori
                 ng */ count(*), count("P_PRODUCT_ID"), count(distinct "P_PRODUCT_
                 ID"), count("NAME"), count(distinct "NAME"), count("DESCRIPTION")
                 , count(distinct "DESCRIPTION"), count("UPC"), count(distinct "UP
                 C"), count("ADV_PRODUCT_URL"), count(distinct "ADV_PRODUCT_URL"),
                  count("IMAGE_URL"), count(distinct "IMAGE_URL"), count("SHIPPING
                 _COST"), count(distinct "SHIPPING_COST"), sum(sys_op_opnsize("SHI
                 PPING_COST")), substrb(dump(min("SHIPPING_COST"), 16, 0, 32), 1, 
                 120), substrb(dump(max("SHIPPING_COST"), 16, 0, 32), 1, 120), cou
                 nt("SHIPPING_INFO"), count(distinct "SHIPPING_INFO"), sum(sys_op_
                 opnsize("SHIPPING_INFO")), substrb(dump(min(substrb("SHIPPING_INF
                 O", 1, 32)), 16, 0, 32), 1, 120), substrb(dump(max(substrb("SHIPP
                 ING_INFO", 1, 32)), 16, 0, 32), 1, 120), count("P_STATUS"), count
                 (distinct "P_STATUS"), sum(sys_op_opnsize("P_STATUS")), substrb(d
                 ump(min(substrb("P_STATUS", 1, 32)), 16, 0, 32), 1, 120), substrb
                 (dump(max(substrb("P_STATUS", 1, 32)), 16, 0, 32), 1, 120), count
                 ("EXTRA_INFO1"), count(distinct "EXTRA_INFO1"), sum(sys_op_opnsiz
                 e("EXTRA_INFO1")), substrb(dump(min(substrb("EXTRA_INFO1", 1, 32)
                 ), 16, 0, 32), 1, 120), substrb(dump(max(substrb("EXTRA_INFO1", 1
                 , 32)), 16, 0, 32), 1, 120), count("EXTRA_INFO2"), count(distinct
                  "EXTRA_INFO2"), sum(sys_op_opnsize("EXTRA_INFO2")), substrb(dump
                 (min(substrb("EXTRA_INFO2", 1, 32)), 16, 0, 32), 1, 120), substrb
                 (dump(max(substrb("EXTRA_INFO2", 1, 32)), 16, 0, 32), 1, 120), co
                 unt("ANALISIS_DATE"), count(distinct "ANALISIS_DATE"), substrb(du
                 mp(min("ANALISIS_DATE"), 16, 0, 32), 1, 120), substrb(dump(max("A
                 NALISIS_DATE"), 16, 0, 32), 1, 120), count("OLD_STATUS"), count(d
                 istinct "OLD_STATUS"), sum(sys_op_opnsize("OLD_STATUS")), substrb
                 (dump(min("OLD_STATUS"), 16, 0, 32), 1, 120), substrb(dump(max("O
                 LD_STATUS"), 16, 0, 32), 1, 120) from "PARTNER_PRODUCTS"."PRODUCT
                 " sample ( 12.5975349658) t where TBL$OR$IDX$PART$NUM("PARTNER_PR
                 ODUCTS"."PRODUCT", 0, 4, 0, "ROWID") = :objn
                 

    Dear friend,

    Why do you think you have problems with shared pool? In the ASH report you are provided, there was just 2.5 medium active sessions and 170 requests during this period, he is very low with swimming pool shared, problems
    you have some queries that use literals, it will be better to replace literals with bind variable if possible, or you can set the init cursor_sharing parameter to force or similar, this is the dynamic parameter.
    But it is not so dramatic problem in your case!

    From ASHES of your report, we can see that top wait events is "CPU + wait for CPU", "RMAN backup & recovery i/o" and "log file sync" and 65% of your database of waiting time. And even in the background waiting events.
    If I understand well report, you have two members in your redo log groups, you have problems with log IO writer speed, check the distribution of files on the disc, newspaper editor is slow causing it to wait for the other sessions. High
    processor can be related to rman compression. Best service can we sea GATHER_STATS_JOB consumes 16% of activity 33% consumes rman and only 21% your applications and also there is something running
    SQL * more under the sys (?) account. There is from the top of the sql page, this is the sql in your application, if I understand correctly, 'scattered db reading file' event indicates that full scans have a place, is it normal that your application? If Yes, then try using
    running in parallel, as we can see in the section "Sessions running PQs Top" your report there is no running in parallel, but as I understand it there are 8 processors, try to use parallel executions or avoid full scans. But consider that
    When you do full scans in parallel PGA memory not used CMS, then decrees setting pga_aggregate_target SGA and increase respectively.

    Is there another application or a program running on the server except oracle?
    Is the performance degradation was strong, I mean yesterday, everything was ok, but today all the evil, or it was good?

    Check the reasons for the slow newspaper writer, it can greatly affect performance.
    Also of 90% of the performance problems generally because of the poor sql, poor execution plans.
    Also if you use automatic memory management, tap Settings, but you must know that in this case the settings will identify the minimum values, this is why define them to lower values in oracle can manage
    entirely.
    Don't increase your SGA at this stage, get the awr report, use @$ORACLE_HOME/rdbms/admin/awrrpt.sql, check your cover shot.

    BUT first, you must change your backup strategy, look at my first post, after that check performance again, before you do that it will be very difficult to help you.

    Good luck

  • MacBook pro 13 '' end 2011 performance problems and screen

    Found a suggestion very useful to run EtreCheck for a complete overview on what is going inside my MBP... I'll also post a picture of the screen freezing and garbled, so I can get some tips on what to do.  Thank you community! Nothing but love for Apple & Apple Experts!



    EtreCheck version: 2.9.13 (267)

    Report generated 2016-07-06 09:40:33

    Download EtreCheck from https://etrecheck.com

    Time 05:04

    Performance: Below average

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

    Click [details] for more information on this line.

    Problem: Another problem

    Description:

    Strange screen image display, infrequent. Especially when loading photos or anything like that with great graphics.

    Hardware Information:

    MacBook Pro (13 inch, late 2011)

    [Data sheet] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro8, 1

    1 2.4 GHz Intel Core i5 processor: 2 strands

    16 GB expandable RAM - [Instructions]

    BANK 0/DIMM0

    8 GB DDR3 1333 MHz ok

    BANK 1/DIMM0

    8 GB DDR3 1333 MHz ok

    Bluetooth: Old - transfer/Airdrop2 not supported

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

    Battery: Health = Normal - Cycle count = 134

    Video information:

    Intel HD Graphics 3000

    Color LCD 1280 x 800

    Software:

    OS X El Capitan 10.11.5 (15F34) - since the start time: about 6 days

    Disc information:

    ST9500325ASG disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

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

    MBP (disk1) i5 /: 498,88 (Go 130,55 free)

    Encrypted AES - XTS unlocked

    Storage of carrots: disk0s2 499.25 GB Online

    HL-DT-ST DVD - RW GS31N)

    USB information:

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. Apple keyboard / Trackpad

    Apple Inc. BRCM2070 hub.

    Apple Inc. Bluetooth USB host controller.

    Brother HL-L2320D series

    Computer, Inc. Apple IR receiver.

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Guardian:

    Mac App Store and identified developers

    Launch system officers:

    [loaded] 8 tasks Apple

    [loading] 151 tasks Apple

    [operation] 79 tasks Apple

    Launch system demons:

    [loaded] 46 tasks Apple

    [loading] 150 tasks Apple

    [operation] 95 tasks Apple

    Launch officers:

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

    [loading] com.oracle.java.Java - Updater.plist (2015-09-25) [Support]

    Launch demons:

    [failure] com.adobe.fpsaud.plist (2016-03-18) [Support]

    [loading] com.adobe.versioncueCS3.plist (2010-12-02) [Support]

    [operation] com.fitbit.galileod.plist (2015-10-30) [Support]

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

    [loading] com.oracle.java.Helper - Tool.plist (2015-09-25) [Support]

    User launch officers:

    com.apple.SafariBookmarksSyncer.plist [loading]

    Items in user login:

    Application of caffeine (/ Applications/Caffeine.app)

    Fitbit connect Menubar Helper Application (/ Applications/Fitbit Connect.app/Contents/MacOS/Fitbit Connect Helper.app of the menu bar)

    Other applications:

    [ongoing] 2BUA8C4S2C.com.agilebits.onepassword4 - helper

    [ongoing] com.fitbit.GalileoMenubar.96992

    [ongoing] com.lightheadsw.caffeine.51872

    [ongoing] JP.co.Canon.cijscannerregister.14432

    [loading] 386 tasks Apple

    [operation] 213 tasks Apple

    Plug-ins Internet:

    JavaAppletPlugin: Java 8 66 update build 17 (2015-11-23) check the version of

    FlashPlayer - 10.6: 21.0.0.197 - SDK 10.6 (2016-03-30) [Support]

    QuickTime Plugin: 7.7.3 (2016-05-21)

    Flash Player: 21.0.0.197 - SDK 10.6 (2016-03-30) obsolete! Update

    Default browser: 601 - SDK 10.11 (2016-05-21)

    o1dbrowserplugin: 5.41.3.0 - 10.8 SDK (2015-12-20) [Support]

    googletalkbrowserplugin: 5.41.3.0 - 10.8 SDK (2015-12-11) [Support]

    iPhotoPhotocast: 7.0 (2012-03-10)

    Safari extensions:

    1Password - AgileBits - https://agilebits.com/onepassword (2016-05-23)

    My eBay Manager - eBay Inc. (2015-10-02)

    Add to wishlist Amazon - Amazon.com - https://www.amazon.com/wishlist?ref=cm_wl_saf_ext (2015-10-02)

    PIN button - Pinterest, Inc. - http://www.pinterest.com/ (2015-10-02)

    3rd party preference panes:

    Adobe Version Cue CS3 (2012-03-10) [Support]

    Flash Player (2016-03-18) [Support]

    Java (2015-11-23) [Support]

    Time Machine:

    Skip system files: No.

    Mobile backups: OFF

    Automatic backup: YES

    Volumes to back up:

    MBP i5: disc size: 498,88 GB disc used: 368,32 GB

    Destinations:

    Elements [Local]

    Total size: 999,83 GB

    Total number of backups: 14

    An older backup: 04/02/16, 22:12

    Last backup: 09/05/16 13:22

    Backup disk size: too small

    Backup size GB 999,83 < (disc 368,32 GB X 3)

    Top of page process CPU:

    41% com.apple.photos.VideoConversionService

    6% Fitbit connect Menubar Helper

    5% WindowServer

    3% kernel_task

    launchservicesd 2%

    Top of page process of memory:

    1.09 GB kernel_task

    Softwareupdated 475 MB

    Mds_stores 426 MB

    Com.apple.WebKit.WebContent 426 MB

    262 MB mdworker (14)

    Virtual memory information:

    8.54 GB of free RAM

    7.46 GB used RAM (4.41 GB being cached)

    Used Swap 0 B

    Diagnostic information:

    July 4, 2016, 10:24:04 ~/Library/Logs/DiagnosticReports/Mail_2016-07-04-102404_[redacted].crash

    com Apple.Mail - /Applications/Mail.app/Contents/MacOS/Mail

    July 4, 2016, 09:58:50 AM/Library/Logs/DiagnosticReports/VTEncoderXPCService_2016-07-04-095850_ [redacted]. cpu_resource.diag [details]

    /System/Library/frameworks/VideoToolbox.Framework/versions/A/XPCServices/VTEnco derXPCService.xpc/Contents/MacOS/VTEncoderXPCService

    This is the screen shot I could captures - it resolves after a few minutes.


    The screenshot appears, but according to your description, this is clearly a hardware problem, or bad memory or a defect logic board. If you have replaced the memory modules with spare parts, please reinstall the original memory and see if there is an improvement. Otherwise, an appointment 'Genius' on an Apple Store, or go to another authorized service center.

  • WRT54GS - wireless performance problem

    Dear someone

    I am currently having performance problems with my WRT54GSv1.1

    Just received my new internet connection to 30Mbit. Unfortunately, I am not able to download at that speed. If I connect via one of the linksys router's ethernet ports, I'm a happy person, but using the wireless makes me a little less happy.

    Wireless: 15Mbit/s

    Through the cable: 27Mbit/s

    Network information:

    The distance between the router and the computer laptop 3-4 meters

    Linksys WRT54GSv1.1 - Firmware Version: v4.71.4

    Network wireless - g only mode

    TV - 6 (because all the surrounding neighbor use 10-11, I noticed using Cain Abel & wireless discovered 4.9.29)

    Security: WPA2-Personal (TKIP + AES)

    All other settings are default (just reset to the factory settings).

    Laptop:

    Windows Vista Business SP1 32-bit

    Intel PRO/Wireless 3945ABG (installed the latest drivers from the website of intel, default settings)

    When you check the diagnostic of Intel tools, it tells me the link is 54 megabits and pushes meter packages of 54 megabits, while all lower speeds remain the same.

    More diagnostic information:

    Percent missed beacons: 0

    Percent transmit errors: 18

    Current Tx power: ~ 32 mW (100%)

    Supported power levels: 1.0 mW - 32.0 mW.

    Hope someone can help me here.

    Thanks in advance!

    Kind regards

    Ski Klesman

    Although wireless g "connects" to 54 Mbit/s, the maximum possible wireless "data rate" (in ideal laboratory conditions) is only about 20 to 25 Mbit/s.  Unfortunately, the phrase "in ideal laboratory conditions" generally excludes home intrusion!

    The aerial transmission for wireless connections is higher than for wired connections.   Thus, most individuals find that their Wi - Fi connection works at 50% to 70% of their speed of wired (LAN).  Your wired LAN being 27 Mbps connection speed, your 15 Mbps wireless speed is within normal limits.

    You might be able to tweak a bit more speed from your wireless network by optimizing all your wireless settings.  Here are a few suggestions:

    I guess you want actually to WPA2 encryption.  If so, set to AES only.   When you set the router to TKIP and AES, you actually tell the router to accept a WPA or WPA2 connection.

    Also, give your network a unique SSID. Do not use "linksys". If you use "linksys", you can try to connect the router to your neighbor. Also set 'SSID Broadcast' to 'active '. This will help your computer to find and lock on the signal from your router.

    Bad wireless connections are often caused by interference from other 2.4 GHz devices. This includes cordless phones, baby monitor wireless, microwave ovens, wireless mice and keyboards, wireless speakers and wireless network from your neighbor. In rare cases, Bluetooth devices can interfere. Even some 5 + GHz phones also use the 2.4 Ghz band. disconnect these devices and see if that solves your problem.

    In your router, try another channel. There are 11 channels in the band of 2.4 GHz channel 1, 6 or 11 generally works better. Discover your neighbors and see what channel they use. Because the channels overlap, try to stay at least + 5 or - 5 channels of your more powerful neighbors. For example, if you have a powerful neighbour on channel 9, try any channel 1 to 4.

    Also, try putting the router about 4 to 6 feet above the ground in an open area. Do not place behind your screen or other computer equipment or speakers. The antenna must be vertical.

    In addition, in the computer, go to your wireless software and go to 'Favorite networks' (sometimes called 'Profiles'). There are probably a few listed networks. Remove any network called "linksys". Also remove any network that you don't recognize or that you no longer use. If your current network is not listed, enter its information (SSID, encryption (if any) and key (if any)). Select your current network and make your network by default, then set it to auto login. You may need to go to 'settings' to do this, or you may need to right click on your network and select 'Properties' or 'settings '.

    If you continue to have problems, try the following:

    For wireless g routers, try setting the "baud rate" at 54 Mbps.

    If you still have problems, download and install the latest firmware for your router. After an update of the firmware, you must reset the default router, and then configure the router again from scratch. If you have saved a router configuration file, DO NOT use it.

    I hope this helps.

  • How to use memory and boost system performance by using 8 gb win7 Professional 64-bit

    Hello

    I m using HP430 (I have 3 Basic) laptop with win7 64 bit Professional installed.

    recently, I ve upgraded to 8 GB of ram, but I don't really see the system performance problem.

    Can anyone guide the optimal memory use and improve the performance of the system (file e.g.page, etc.)

    Thanks in advance,

    Prashant

    Hello.

    If, for example, your system was using 2 GB before you upgrade the memory, it will use more than 2 GB.  The only time where you would see that a performance gain would be if you had only 1 GB in the system and the system was attempting to use 2 GB.  If you had more that what you were using in the first place you will see no difference.  8 gb is a lot of memory for normal use.  At most I use about 3.5 GB and it is with some powerful applications running.

    See you soon.

  • 4.2 APEX performance problem

    Hi all

    We are facing the problem of performance when we are by selecting one of the underside of responsibility that rests in the Organization as if we select APEX_01 Reporting ALL then in this case, we can see all the organization such as ETL, BRN, CHICKEN ect in home page, but I am facing performance problem when it forms that select area of responsibility to the home page. Please indicate how to check this page's performance in the APEX and also advise how to solve this problem.

    apex_performance_issue_4.2.jpg

    LnTInfotech wrote:

    so you want to say below takes more time and we need to address this request?

    15.34901 224.01663 ... Run the statement: SELECT DISTINCT papf.full_name a, papf.full_name b
    OF po_agents pa
    per_all_people_f women's wear
    org_organization_definitions org
    WHERE 1 = 1
    AND papf.person_id = pa.agent_id
    AND org.organization_CODE = NVL(:P1_WARE_HOUSE,org.organization_CODE)
    AND TRUNC (SYSDATE) BETWEEN papf.effective_start_date AND papf.effective_end_date
    AND EXISTS SELECT (SEPARATE 1
    OF po_headers_all poh
    WHERE poh.agent_id = pa.agent_id
    AND poh.org_id = org.operating_unit)

    This request seems to be missing a join. An obligation to use DISTINCT in application code usually indicates that there is something seriously wrong with the data model or query...

  • HP Pavilion 15-n005sg: performance problems and worsens

    Hello

    I bought this PC here is a year, has been a very good PC with good performance, but has been doing more and more slow to the month, for example, I used to run Diablo 3 on average - high specification with 60 fps constant with no performance problems, but that in the end, I can't still running at ultra low care without screen freezes and fps drops to 1-2 as well as the League of legends and other games.

    It takes more and more time for my pc to turn on, which was like 30 ~ 40 seconds not takes like 3 minutes.

    the performance gets really bad and should not happen on a pc of 1 year.

    What can I do?

    An update of the system may be your best course of action.

    Your data, files, etc. will be retained. Any Windows apps store is kept.

    Any program that came pre-installed is preserved.

    BUT all programs which are not in the above categories will have to be resettled; your games, printer, etc.

    Windows 8 system Refresh

    If you found my answer helpful please say thank you by clicking the s cursor Up icon. Thank you!

  • Performance problems on Oracle 11 G with Windows 2008 64 bit.

    Hello world

    I noticed that our database is going bad and low every week. My server has 16 GB of RAM and 10 GB are dedicated to the database Oracle, it is a 11.2.0.1 with Windows 2008 R2 SP1 64 bit. I would like to know according to the values of the movement following you guys recommend to adjust in the init.ora:

    ORCL.__db_cache_size = 5402263552
    ORCL.__java_pool_size = 33554432
    ORCL.__large_pool_size = 33554432
    ORCL.__pga_aggregate_target = 3657433088
    ORCL.__sga_target = 6878658560
    ORCL.__shared_io_pool_size = 0
    ORCL.__shared_pool_size = 1308622848
    ORCL.__streams_pool_size = 33554432

    * .memory_target = 10511974400
    * .open_cursors = 5000

    * .optimizer_mode = "RULE".
    * runoff = 300

    According to the target memory on how values can be increased the process, pga_agregate_target, etc.

    We also have problems with the bug Bug 9593134 "connection to Oracle 11 g are slow and can take anywhere from 10 seconds to 2 minutes." there is a difficulty on linux by removing dns names on this subject, but someone has experience on windows platforms?

    Thanks to all and sorry for my English.

    Kind regards.

    Arturo.

    Concerning the long connection times, have you tried to use the network (such as Wireshark) packet capture software to determine that the client computer when a connection attempt is initiated?

    The Oracle database time can help the model statistics and wait events extensive system you diagnose performance problems related to poor (you should not only look at the statistics, but rather capture the current values, wait a while, statistics capture again and compare the evolution of the values of the statistics). A statspack report may also help - but a trace 10046 to level 8 or 12 is more appropriate if you are able to identify a few sessions that have performance problems.

    I claim not just blindly changing the settings, even if I'm curious about:
    * Why the session level setting OPEN_CURSORS is set to 5000 - you expect a single session to hold cursors open 5,000?
    * Why do you use the obsolete RULE based optimizer?
    * Why the MEMORY_TARGET parameter is used when the target SGA_TARGET and PGA_AGGREGATE are specified?

    Charles Hooper
    http://hoopercharles.WordPress.com/
    IT Manager/Oracle DBA
    K & M-making Machine, Inc.

  • AE CS6 performance problem

    I have an eccentric performance issue that I am looking for help on. I found this in AE CS5, and it's still in AE CS6, so I thought I should sue here. It is on a platform of win7. For the record, everything is fully updated and patched, including display drivers.

    First of all, a context. Most of my work is interviews and classes, for the most part two cameras. Most of the interviews are one-man-band with me handling everything. A few times, I had to film in conditions of low light, resulting in a noisy capture one or two cameras. Both cameras are capture in AVCHD 1080 p 30. When we are lucky, we get one interviewee who is hinged, and has much to say, these clips can be long for long minutes. If we were talking about a second clip seven here I won't be wasting your precious time. I'm talking as much as 25 minutes of film.

    What I've done so far, is send the noisy images of the body to AE via dynamic links and run the effect of "reducing grain. This isn't a problem of editing - I just disable the effect in AE so it does not interfere. But when it comes to export, a few seconds of these sequences is painful and a few minutes is ridiculous. I had one piece of 3.5 minutes take 16 hours to export, or right to 10.25 seconds for each image.

    Naturally, I ran win7 Task Manager / resource monitor to see what was going on. What I've found, is that the machine was not limited - I couldn't find a bottleneck. It's a nuclei of i7 930 machine, so four eight hyper-threads. Everything works in about 20-30% in this case. I got 12 GB memory and had as much as 6 GB free. I have three hard drives and none of them were busy - the target drive, getting a continuous line of images in Scripture, but of it is average queue length was zero. The system was written only about 2 MB per second. Like I said, without bottlenecks. So, what's the problem?

    I have since tried to isolate the problem. Using this same sequence, if I have AE make internal make the queue, she turns on the machine - all Hyperthreaded running hard (85-100%), all of the memory used and target the disc is hammered. 10.25 sec/frame to 1fps, it goes 10 times faster. But if I made the same images through the Media Encoder, I'm back for a very slow rendering.

    It seems that when EI is called through hotlinks, it runs only on a single hyper-thread. And when AE must touch each image (as it does in using an effect of "reducing grain"), he actually makes a hyper-threaded machine eight in one hyper-thread machine. Why is this? What can I do about it?

    I can't find the settings for this effect in some way. I played with memory and multiprocessing preferences without success (my best settings to aid internal queue of EI turned out be book 4 GB memory for other processes and turn on the simultaneous rendering of multiple images with the allocation of RAM / CPU at 1.5 GB resulting 4 hyper-fils used for this background). Y at - it the parameters for this effect?

    In summary, if I turn off the grain effect to reduce in AE and the export of the body, the machine blazes far and finished my export of 3.5 minutes in about 35 minutes. If I turn on the effect of grain reduction, it takes more than 16 hours to do the exact same job. If I turn just 3.5 minutes of the camera which needs the grain effect to reduce, with ME directly (taking the body of the equation), it takes the same 16 + hours.

    So I think that it is a performance problem with AE and how it works with dynamic linking.

    Certainly I'm not the first person to see it. So, I hope that there is good workaround solutions. I don't want to make an intermediate AE file if there are good alternatives. This is a workflow that dynamic binding was supposed to eliminate. In addition, I want to avoid re - compress these files, and I don't have the disk space to make an intermediate file lossless image I (even a CODEC moderately compressed as Cineform generates more of 10 x).

    Suggestions? Please?

    Nothing to correct because nothing is broken. Read it here at the end down.

    Mylenium

  • SEM_MATCH queries performance problems

    Hello

    We run into performance problems when you use queries SEM_MATCH.

    We have a model for data (ABox) containing a triple 12 000 000.
    We have a model for the plan (TBox) containing 800 triple.
    We ran an implication of "OWLprime" and built the model and entailment index with the SEM_APIS commands.

    The number of triplets after the execution of entailment was 35.000.000 triples.

    We use the following hardware configuration:
    OS: Windows Server 2008
    CPU: Intel CPU Xeon X 5460 @3.15 GHz (2 CPUs).
    64-bit operating system.
    Memory: 32 GB

    The results below, it seems that whenever we execute a query against the index of inference, execution time increases significantly.

    Here are the results:


    1. single template query using index of inference:
    SELECT

    x
    TABLE)
    SEM_MATCH (' (? x < http://www.we.com/weo.owl#has_symptom > < http://www.we.com/weo.owl #allergyA >)',)
    SEM_Models ('TOM_ONTOLOGY', 'TOM_ONTOLOGY_TA'),

    SDO_RDF_RULEBASES ('OWLPrime'), NULL, NULL, NULL)
    +);+
    Execution time: 0.02 seconds

    2.
    a.Double query model using index of inference:
    SELECT

    x, y
    TABLE)
    SEM_MATCH (' (? x < http://www.we.com/weo.owl#has_symptom > < http://www.we.com/weo.owl #allergyA >))

    +(?x RDF:type <http://www.We.com/WEO.Owl#patient>) +.

    + (? x < http://www.we.com/weo.owl#id >? y)', +.
    SEM_Models ('TOM_ONTOLOGY', 'TOM_ONTOLOGY_TA'),

    SDO_RDF_RULEBASES ('OWLPrime'), NULL, NULL, NULL)
    +);+
    Run time: 127 seconds

    b. double model query without indication of inference:
    SELECT

    x, y
    TABLE)
    SEM_MATCH (' (? x < http://www.we.com/weo.owl#has_symptom > < http://www.we.com/weo.owl #allergyA >))

    +(?x RDF:type <http://www.We.com/WEO.Owl#patient>) +.

    + (? x < http://www.we.com/weo.owl#id >? y)', +.
    SEM_Models ('TOM_ONTOLOGY', 'TOM_ONTOLOGY_TA'),

    NULL, NULL, NULL, NULL)
    +);+
    Execution time: 2.5 seconds


    3.
    a. triple query model using index of inference:
    SELECT
    x, y, z
    TABLE)
    SEM_MATCH (' (? x < http://www.we.com/weo.owl#has_symptom > < http://www.we.com/weo.owl #allergyA >))
    (? x rdf:type < http://www.we.com/weo.owl#patient >)
    (? x < http://www.we.com/weo.owl#id >? y)
    (? x < http://www.we.com/weo.owl#gender >? z)',
    SEM_Models ('TOM_ONTOLOGY', 'TOM_ONTOLOGY_TA'),
    SDO_RDF_RULEBASES ('OWLPrime'), NULL, NULL, NULL)
    );

    Running time: 146 seconds
    b. triple query model without using the index of inference:
    SELECT
    x, y, z
    TABLE)
    SEM_MATCH (' (? x < http://www.we.com/weo.owl#has_symptom > < http://www.we.com/weo.owl #allergyA >))
    (? x rdf:type < http://www.we.com/weo.owl#patient >)
    (? x < http://www.we.com/weo.owl#id >? y)
    (? x < http://www.we.com/weo.owl#gender >? z)',
    SEM_Models ('TOM_ONTOLOGY', 'TOM_ONTOLOGY_TA'),
    NULL, NULL, NULL, NULL)
    );

    Execution time: 9 seconds

    Thank you

    Doron

    If you use 11.1.0.7.0 and you have installed the 7600122 hotfix, please use:
    -Brace for the SEM_MATCH query syntax
    -Virtual model (using SEM_Models ('TOM_ONTOLOGY', 'TOM_ONTOLOGY_TA'),
    SDO_RDF_RULEBASES ('OWLPrime'))
    -ALLOW_DUP = T (as part of the parameter options of SEM_MATCH)

    For more details, please see
    http://download.Oracle.com/docs/CD/B28359_01/AppDev.111/b28397/sdo_rdf_newfeat.htm

  • On query performance problem. Need help.

    It is essentially a performance problem. I hope someone can help me with that.

    Basically, I have four old masters (150000 records), (100000 records) Child1, Child2 (50 million records!), child 3 (10000 + records)
    (please forgive the alias).

    Each record in the master has now more than one matching record in each table child (one to many).
    Also there may be any record in any or all of the tables for a particular master record.

    Now, I need to get the maximum of last_updated_date for each master record in each table 3 child and then find the maximum of
    the three obtained last_active_dates from the 3 tables.
    for example: Master ID 100, to interrogate Child1 for all Master ID 100 records and get the max last_updated_date.
    Same for the other 2 tables and get the most out of these three values.
    (I also need to deal with cases where no trace may be found in a child table to a Master ID)

    Write a procedure that uses sliders that the value of each of the performance hits of child table
    evil. And that's, I need to know the last_updated_date for each master file (all 150000 of them). It will probably take days to do this.

    SELECT MAX (C1. LAST_UPDATED_DATE)
    MAX (C2. LAST_UPDATED_DATE)
    MAX (C3. LAST_UPDATED_DATE)
    OF CHILD1 C1
    CHILD2 C2
    CHILD3 C3
    WHERE C1. MASTER_ID = 100
    OR C2. MASTER_ID = 100
    OR C3. MASTER_ID = 100

    I tried the above, but I got an error in tablespace temp. I don't think that the application is good enough at all.
    (The GOLD clause is to take care of any records in a child table. If there is an AND, then the join and then select
    No, not even if there is no record in a child table, but valid values in the other 2 tables).

    Thank you very much.

    Published by: user773489 on December 16, 2008 11:49

    You want alias to this field then.

    SELECT MAX (C.LAST_UPDATED_DATE)
    FROM
    (select child1_master_id MASTER_ID, field2, field3,... field4 from CHILD1 UNION ALL
     select child2_master_id MASTER_ID, field2, field3,... field4 from CHILD2 UNION ALL
     select child3_master_id MASTER_ID, field2, field3,... field4 from CHILD3) C
    WHERE C.MASTER_ID = 100
    

    If do you something like that, and explicitly list the columns you want.

    Edit: for something like a specific query for a MASTER_ID...

    SELECT MAX (C.LAST_UPDATED_DATE)
    FROM
    (select child1_master_id MASTER_ID, LAST_UPDATED_DATE from CHILD1 where child1_master_id = 100 UNION ALL
     select child2_master_id MASTER_ID, LAST_UPDATED_DATE from CHILD2 where child2_master_id = 100 UNION ALL
     select child3_master_id MASTER_ID, LAST_UPDATED_DATE from CHILD3 where child3_master_id = 100) C
    WHERE C.MASTER_ID = 100
    

    That should give you very good performance by raising a record. But a better idea, as indicated, would be to get it all at once with a sql:

    SELECT MASTER_ID, MAX(C.LAST_UPDATED_DATE)
    FROM
    (select child1_master_id MASTER_ID, LAST_UPDATED_DATE from CHILD1 UNION ALL
     select child2_master_id MASTER_ID, LAST_UPDATED_DATE from CHILD2 UNION ALL
     select child3_master_id MASTER_ID, LAST_UPDATED_DATE from CHILD3 ) C
    GROUP BY MASTER_ID
    

    This will give you the max for each MASTER_ID in a sql without a cursor.

    Published by: tk-7381344, December 16, 2008 12:12

  • Satellite Pro A120 - more useful manual

    These loans and able to support, I would like to ask is not to be put off by the naïve questions.

    I'm doctor in mathematics who has always had the help of a COMPUTER team and has never had the responsibility of a technical problem. This time I had to deal with a malfunction of the CD/DVD, with my manual, your help and everything I could find on the Internet.

    When I came to the conclusion that my only alternative was to order a reader of CD from the manufacturer, delays, a response to persuade them to list all the controls and the tests proposed by you all, organize them in a logical order and apply them. Now, I have a job perfectly DVD/CD player.

    I would like to get a manual more useful that will allow me to open the laptop, if so, any suggestions?

    Hey Buddy,

    To be honest I don t understand your question exactly. You wrote that you have a working perfectly CD/DVD player then why you need a more useful manual?

    These technical manuals that you mean that they explain how to disassemble a laptop are not for the public. Only the manual can be downloaded, other manuals are available to the service providers allowed according to me.

    In addition, in your user manual, you can find a list of supported CD/DVD players. This should be useful!

  • my account is taken hostage can not enter in more & used for fraud by the pirate air

    my account is taken hostage, & can only be entered more & used for fraud by the hijacker of air (in the past, I got an email from the logo of window live informing that the system has been upgraded and need my personal data for example, password information, etc., and would shut down if I didn't answer it).

    FYI, I've had a few matches with 'microsoft customer support' since yesterday and they suggested I go to the link of windows live to help, but I can't access the link to windowl live help (there always return to the same page over and over again). This is the page which I can't go further than that.

     
    Please help urgently to be able to click on the relevant link stop the hijacker using my old account for fraud.
     
    Thank you
    Ndrerek Maria
     
    Here is the page I can't go further:
     
    Ask your question
    Select the product
    • Select the question/topic
    • Useful solutions/discussions
    • Enter the details and submit the Question
    * Select product that relates to your question
    Select
    • Select a product
    • Hotmail
    • Messenger
    • Windows Live ID
    • Administration Center
    • Essentials installer
    • Family safety
    • Groups
    • Mail
    • Mesh
    • Mobile
    • Movie Maker
    • Photo Gallery
    • View profile
    • SkyDrive
    • Writer

    Selected product:

    Selected product:
    * Select the issue or theme that your question is about
    • Hotmail calendar

    • How can I remove a birthday of my calendar
    • How can I publish my calendar?
    • How can I undo a deletion of the anniversary of my calendar
    • How can I work with my calendar in Microsoft Outlook and other programs?
    • I do not receive my calendar alerts
    • I need to sync my calendar with my mobile device
    • I want to delete my calendar
    • Why can't I share a birthday out of my calendar?
  • Error: "Hotmail limit the number of people, you can send a message to simultaneously.
  • Error: "we noticed unusual activity on your Hotmail account.
  • Error: "your account has been temporarily blocked.
  • Error: "your message seems to have triggered our spam filters.
  • Error: "your message was not sent because there is a daily limit of message"
  • Error: It seems that this Inbox has been blocked. To resolve this issue, contact customer support
  • How to recover my lost or deleted emails
  • ?
  • I can't work on Emails from my phone
  • I cannot read or format my Email
  • I think that my account has been compromised
  • I have a question about calendar in the Inbox
  • I lost my contacts
  • I have question about my Windows Live Hotmail contacts
  • I need to reset my password
  • My Hotmail service seems to be not available/down
  • Other issues of Windows Live Hotmail
  • Send/receive email problem
  • Spams are sent from my Windows Live Hotmail without my knowledge account
  • Web Messenger
    • I have a question about using Web Messenger
    • Unable to connect error: 80048820
    • Unable to connect to Windows Live Messenger: error 81000306
    • Contacts show status hurt me or vice versa
    • Error message begins with 8e5e...
    • Error: "the application failed to start because its side-by-side configuration is incorrect."
    • Error: "your account has been temporarily blocked.
    • I am getting another sign in errors
    • I can't send or receive instant messages
    • I can't connect to Windows Live Messenger. No specific error code is given.
    • I have a question on Facebook or other updates networking social in Windows Live Messenger
    • I have a question to customize my Windows Live Messenger
    • I have a question about sharing photos, links and videos
    • I have a question about the contacts in Windows Live Messenger
    • I have a question related to the audio or video in Windows Live Messenger
    • My Windows Live Messenger is not responding
    • Other Windows Live Messenger questions
    • I'm unable to sign
    • I think that my account has been compromised
    • I need to reset my password
    • Other issues of the Windows Live ID
    • How to advertise my domain name with a web module?
    • How should I treat information about co-branding?
    • How should I treat the problems with the MX record or pending DNS configuration error?
    • I'm unable to set up the MX record because there is no MX record in the admin page
    • Other issues Admin Center
    • Error: "the application failed to start because its side-by-side configuration is incorrect."
    • Error: 0x80070005
    • Error: 0 x 80070643 or 0x800706d9 when installing Windows Live Essentials
    • Error: 0x8104000b
    • Error: 0x81901f5
    • Error: The ordinal 266 not found in error when dynamic link library msi.dll you try to install Windows Live Essentials
    • How do I change language for Windows Live Essentials 2011?
    • How to install Windows Live Essentials 2009 without an internet connection?
    • How to install Windows Live Essentials 2011 offline?
    • How to uninstall Windows Live Essentials?
    • Other issues of Windows Live Essentials
    • What are the minimum requirements for Windows Live Essentials?
    • Error: "your account has been blocked; You can't go to your account because your parents he blocked.
    • How can I prevent my child to see a certain site?
    • How to limit child access to sites?
    • How to uninstall Windows Live family safety?
    • How to download the logs on the forum?
    • How to view a report of the sites visited my child
    ?
  • Other issues of Windows Live family safety
    • Error: "you have reached the limit of the number of guests, you can send in one day.
    • I sent a group invitation to my friends, but they have not received the invitation
    • My Windows Live group calendar does not show a good time creating events in Windows Live Calendar
    • Other questions from Windows Live Group
    • Cannot send emails
    • Set up Windows Live Hotmail account to work with Windows Live Mail
    ?
  • Error during synchronize account in Windows Live Mail
  • Error: "the application failed to start because its side-by-side configuration is incorrect."
  • How to configure Windows Live Mail?
  • How to export contacts using Windows Live Mail?
  • How to import contacts using Windows Live Mail?
  • I can't open Windows Live Mail
  • Other issues of Windows Live Mail
  • Server error: 0 x 80048820. Error during the synchronization of your account in Windows Live Mail
    • Computer disconnects a folder synchronized during synchronization in Windows Live Mesh
    • Error: "Windows Live Mesh fails to connect because the service is temporarily not available or you are not connected to the Internet." "Please try again later".
    • Error: "sorry, something went wrong. Please restart Windows Live Mesh"
    • Error: "Windows Live Mesh stopped syncing... "when syncing in Windows Live Mesh
    • My camera is not posted online even when Windows Live Mesh remote connection is enabled
    • Other issues Windows Live Mesh
    • What are the requirements of the system for Windows Live Mesh?
    • I have a question regarding the application of Windows Live on Mobile
    • I have a question about Windows Live Hotmail on Mobile
    • I have a question about Windows Live Messenger on Mobile
    • I have a billing question
    • I have the text of message / issue alert
    • I want to stop unwanted Mobile (SMS) alert
    • . WTV files will not play or cannot be changed
    • Error 80df0009 - sorry Movie Maker cannot start
    • Error: 80004003 project does not open in Windows Live Movie Maker more
    • General questions about Windows Live Movie Maker
    • I have a question on how to publish a movie on YouTube
    • I have questions about the types of files supported in Windows Live Movie Maker
    • I have some questions related to importing video from a digital camera
    • I have some questions related to the backup and sharing of a movie
    • Other issues of Windows Live Movie Maker
    • Download the album no longer works after upgrade from Windows Vista to Windows 7
    • Content in the libraries of pictures do not appear in the Windows Live Photo Gallery
    • Face recognition seems stalled on my machine
    • I can't send pictures and videos through Windows Live Mail or any other mail client
    • I have general order questions about Windows Live Photo Gallery
    • I have questions about editing photos
    • I have some questions related to importing photos and videos
    • I have some questions related to organize photos and videos
    • I have some questions related to the sharing of photos and videos
    • I need to know how to create a panoramic photo
    • I need to know how to display the RAW image file formats in Windows Live Photo Gallery?
    • I need to know how to work with Photo Fuse
    • My Windows Phone 7 is unable to connect to Windows Live Photo Gallery
    • Photos disappear after editing with Photo Gallery
    • When you use the slide show in Windows Live Photo Gallery, the buttons do not appear on the screen
    • How can I delete my Windows Live profile?
    • How can I remove friends from my Windows Live profile?
    • I can't access my Windows Live profile
    • I can't save my permissions
    • I don't want my full name to display on my Windows Live profile
    • I have an invitation, but when I click it, I get an error that says: "cannot display the Page.
    • Other issues Windows Live Profile
    • This profile is temporarily unavailable
    • Can I rearrange my photo albums?
    • The Office Live add-in works with Windows Live SkyDrive?
    • How can I download a complete file
    ?
  • I can't share a folder with anyone
  • I have a question about Office Web Apps
  • I have a question about the use of SkyDrive on a Mobile device
  • I am unable to share my photos with friends
  • My Windows Live SkyDrive account was closed
  • Other Windows Live SkyDrive / Photos questions
  • Some of my images appear as a red x in Windows Live Photos
    • How can I get a fiddler trace?
    • How can I get my log files
    ?
  • I have troubled editions on my blog
  • Other issues of Windows Live Writer
  • Hello

    We can not help you here.

    Go to Windows Live Help Forums.

    http://windowslivehelp.com/

    Hotmail forums:

    http://windowslivehelp.com/product.aspx?ProductID=1

    Forums for Windows Live Messenger:

    http://windowslivehelp.com/product.aspx?ProductID=2

    See you soon.

Maybe you are looking for