Is there a best way of improving short lived process performance?

Hi,
Apart from setting the thread pooling option in adminui, cacheing the form templates, What other options are available for performance improvement ?
We tried setting the thread pool options and no much difference was found in response time.
Any info on this would be helpful.
Thanks,
Srikanth

Hi,
Apart from setting the thread pooling option in adminui, cacheing the form templates, What other options are available for performance improvement ?
We tried setting the thread pool options and no much difference was found in response time.
Any info on this would be helpful.
Thanks,
Srikanth

Similar Messages

  • How to get status of a short lived process?

    I have a short-lived process I call from servlet (submit servlet), I would know when the process has completed, I tried the following code, but it says
    [3/3/09 10:35:37:593 PST] 0000002f SystemErr R Caused by: com.adobe.idp.jobmanager.common.JobNotFoundException
    InvocationResponse invokeResponse = myServiceClient.invoke(invokeRequest);
    String invocationId = invokeResponse.getInvocationId();
    JobManager jobManager = new JobManager(myFactory);
    JobId myJobId = new JobId(invocationId);
    int counter = 0;
    while((jobManager.getStatus(myJobId).getStatusCode() == JobStatus.JOB_STATUS_RUNNING) && ++counter < 60) {
    Thread.sleep(1000);
    Any help would be appreciated. Thanks in advance.

    Nelson
    As Paul has stated, there really isn't a good way to get the "status" of a short-lived process because being able to get such a status goes against what a short-lived process is intended for. Typically a short-lived process would run and promptly return any outputs to you. Personally, I like to distinguish long-lived versus short-lived by associating user steps with long-lived and their absence with short-lived (since short-lived processes can't have any user steps anyway). If you are still wanting to be able to retrieve the status of your process, I might encourage you to make it long-lived instead. This way, the tb_process_instance table can be used to check the process's status via its complete_time column. Alternatively, you could have a status variable in the orchestration itself such as a string you could update whenever you want to update the status. Since all process variables for long-lived processes are stored in the database, you could check this value to see where you're at with the process.
    If you have any questions, please do let me know. You can email me directly or just respond on these forums. Good luck!
    Josh Boyle
    [email protected]
    Cardinal Solutions Group

  • Problem invoking short-lived processes involving Document object

    I have two LiveCycle instances on two different server environments(Dev and Test). I have a few common short-lived processes and forms. All these processes involve Document objects. These processes run fine on one environment(Dev) and have problem in the other(Test) for the same input parameters. Input parameters are Document(PDF) objects. I see this error when I invoke a process which has RenderPDFForm activitity in Test environment.
    java.lang.IllegalStateException: [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] The transaction is not active!
                    at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commit(TransactionImp le.java:223)
                    at org.jboss.ejb.plugins.TxInterceptorCMT.endTransaction(TxInterceptorCMT.java:501)
                    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:411)
                    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
                    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
                    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
                    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
                    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
                    at org.jboss.ejb.Container.invoke(Container.java:960)
                    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
                    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
                    at $Proxy380.doRequiresNew(Unknown Source)
                    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:143)
                    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
                    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
                    at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
                    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
                    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
                    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
                    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188)
                    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
                    at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
                    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
                    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
                    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
                    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:329)
                    at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint. java:139)
                    at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java :81)
                    at sun.reflect.GeneratedMethodAccessor826.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                    at java.lang.reflect.Method.invoke(Method.java:597)
                    at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
                    at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
                    at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
                    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
                    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
                    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
                    at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
                    at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
                    at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
                    at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
                    at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
                    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
                    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
                    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                    at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java :43)
                    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
                    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                    at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:41)
                    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
                    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
                    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
                    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
                    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
                    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
                    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:182)
                    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
                    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
                    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
                    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)
                    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
                    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
                    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
                    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:583)
                    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
                    at java.lang.Thread.run(Thread.java:662)
    I tried comparing the configuration settings for these 2 environments and everything looks the same between the two environments except Health Monitor.
    Total Physican Memory, Free Physican Memory and Free Swap Space. These parameters are vary big between the two envs. Other parameters look close.
    Is this difference causing the process to fail in Test environment ? If yes, are there any other parameters that I can adjust to fix the problem with the process ?
    If no, what could be causing the process in Test env to fail ?
    Any ideas in this direction would be greatly appreciated.
    Thanks,
    Jyothi

    I am modifying the correct httpd.conf file on the server, it just doesn't seem to work. - If I put the rewrite rules in the <Directory /> the rewrite works but it adds /Library/WebServer/Documents to the URL.
    I also tried putting the rewrite rules in <IfModule mod_rewrite.c> but that did not work either.
    mod_rewrite is enabled and running on the server.
    I will post the rewrite rules again in the code brackets. Sorry for the long post. - If some one can try them out on their Leopard Server to see if they can get them to work, it would be much appreciated. Again, these work on my Leopard Client but I can't get them to work on Server.
    -- The httpd.conf file posted above is just the default conf file found in /private/etc/apache2/
    <code>
    RewriteEngine On
    Options +FollowSymLinks
    RewriteRule ^(.+)/$ http://%{HTTP_HOST}$1 [R=301, L]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.php(.*)\ HTTP
    RewriteRule (.+)\.php(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.asp(.*)\ HTTP
    RewriteRule (.+)\.asp(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.aspx(.*)\ HTTP
    RewriteRule (.+)\.aspx(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.htm.(.)\ HTTP
    RewriteRule (.+)\.htm.(.)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.cfm(.*)\ HTTP
    RewriteRule (.+)\.cfm(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.bak(.*)\ HTTP
    RewriteRule (.+)\.bak(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\.inc(.*)\ HTTP
    RewriteRule (.+)\.inc(.*)$ $1$2 [R, L]]
    RewriteCond %{THE_REQUEST} ^GET\ ([^\?]+)\..(.)\ HTTP
    RewriteRule (.+)\..(.)$ $1$2 [R, L]]
    <code>

  • How to create Short Lived process?..can neone pls help...

    How to create Short Lived process?..can neone pls help...

    Hi,
    Login into workbench. Click on Help->Workbench start page.
    Lot of helps are there you can go through them. They will be helpful.
    But it seems you are new to livecycle, so it will difficult to start through help. Either you can take help of any of your team member who is expert in livecycle or some training you should attend.
    Thanks

  • How to invoke a short lived process using web service start point?

    I have a custom short-lived process that does not take any input parameter. I am able to successfully invoke the process from LiveCycle Workbench ES2. I want this process to be invoked by a java client through a web service call. Apart from the web service URL of my process (which looks like
    http://<server>:<portno>/soap/services/MyApplication/MyProcess?wsdl&lc_version=9.0.0&versi on=1.0) do the java client know anything else? Any authentication is required?
    My intention is to just find out what all the consumer of this process needs to know to invoke it through a web service call.
    Was anybody able to test a short-lived process through a web service invocation from SoapUI?

    I am not a programmer but I did find this article on he Developers Resource site that might lead you in th eright direction:
    http://www.adobe.com/devnet/livecycle/articles/java_soap.html
    Paul

  • What is the best way to improve battery life on the iphone 5?

    I have the iphone 5 with iOS 6.01. I wanted to ask which is the best way (cleanest way to wipe the device), so I can attempt to improve battery life?

    http://www.apple.com/batteries/iphone.html

  • Best way to improve performance?

    I'm using a Dual Core Intel Xeon and starting to do video work on it with Final Cut Pro, etc.
    I've got 8GB of DDR2 FB-DIMM at 667MHz.
    I'm using a Cinema HD display, driven by a NVIDIA GeForce 7300 GT.
    What would be your best advice at improving performance (if there is any). I doubt more RAM would help; not sure if there is anything faster than 667Mhz for this machine; Could a newer video card help rendering speed?
    I'm generally very happy with how things work, can't afford a new MacPro, and am simply wondering if I should invest in something more affordable that could give me a slightly better kick?
    Many thanks,
    Czet

    One thing that's always useful is to make sure you've got iStat installed and see how much of your RAM is actually being used because 8Gb is a lot, even for HD but it doesn't rule out a lack of RAM.
    The 'biggest' increase in speed I've ever seen on any of my kit was a SSD. I've setup my Mac Pro with 2 x 128Gb SSD in the 2nd optical bay (in a 3.5" RAID 0 caddy) and setup Final Cut Pro to use 2 x 1.5Tb Seagate 7200.4's in software RAID 0 and everything flies. A 256Gb SSD is far more expensive (and slower) than 2 x 128Gb's in a RAID 0 caddy so a no brainer.
    Graphics cards always help but in my experience the only place you'll notice significant improvements are Games and software such as Motion/Aperture where you really must have a decent card.

  • Best way to sort (short of dragging each one)

    With so many apps, sorthing them into a working order one-by-one is a bear, especially across multiple pages - many times the app stops on a page and I can't get it to go to the next page, then apps get displaced and it causes changes on another page and so on and so on...
    Is there a better way to sort, maybe a master list of some sort, that I can access to set them in the order I want them to appear?

    No such option exists - at the present time anyway.
    You can use this link to provide Apple your feedback regarding this.
    http://www.apple.com/feedback/iphone.html

  • Best way to implement app wide process

    I am working on an application that has a list of art work in an sql report.. I want to be able to add each piece to a collection of items (which is stored in a table), so I added another column to the sql report to store the id of the art work. I am just wondering what is the best way to implement the process to insert the item to the collection of items. Since I want to do this from multiple pages - link from art work sql report; link from the edit page for a particular art work; and on the artists page where there is also an sql report, I thought it may be best to have an application process, to save duplicating the process on multiple pages.. however I don't think there's a way to pass the id of the item to the application process? as I was thinking best to have the application process conditional based on request, and then have the link as a doSubmit().
    So is it best just to have the link redirect to the same page, passing the id of the item, and then having a process that runs before header that inserts the item, then assigning the item to NULL?
    Thanks in advance,
    Trent

    Daniel:
    Thanks for the info. I have found that the IFRAME works nicely for some applications,
    however, some applications I want to re-write the front end to look better in
    the portal rather than screen scrape.
    Thanks for the help
    Ryan
    "Daniel Selman" <[email protected]> wrote:
    Ryan,
    Check out the thread (a few days old) titled "Different ways of creating
    portlets".
    Sincerely,
    Daniel Selman
    "Ryan Richards" <[email protected]> wrote in message
    news:3d2eda12$[email protected]..
    I have a few existing applications that I need to port over to portletsin
    Weblogic
    Portal 4.0. One application is a servlet based web application witha few
    html front-end
    screens. I am trying to determine how to do this in the best way. Ihave
    noticed
    that portlets behave differently inside the portal than do stand-aloneweb
    apps.
    Any help would be appreciated.
    The other web application is the Microsoft Outlook Web Access. (Thisone
    is going
    to be difficult because it is actually an ASP app. I dont know if thisis
    possible
    without building some proxy code between bea and iis.)
    Thanks
    Ryan

  • Hi, I'm using Firefox 3.6.3 and I'd liek to know if there's a way to automate the login process for a website asking for credentials.

    I have a website I'm using very other on my company's Intranet, but it requires a username and password. I'd like to see if there's a way to automate the login credentials

    Thanks a lot for your swift response. And sorry if it was a bit too hectic to go through my detailed query (which I did because it was misunderstood when I asked previously). As I've mentioned above, I was informed that updating to 5.0.1 would '''require''' me to '''delete''' the current version and then install the new one. And doing so will involve losing all my bookmarks. I guess I should have been more specific and detailed there. By losing, I didn't mean losing them forever. I'm aware that they're secured in some place and deleting and installing the software doesn't harm its existence. What I meant that if I install the new version, I'd have to delete the old one. And after installing the new version, I'd have to transfer them (bookmarks) back from wherever they are. Get it? When it updated from 3.6.9 to 3.6.13, and from 3.6.13 to 3.6.18, I didn't need to follow that process. They were already present on their own.
    BTW, I'm having no problems with 3.6.18 but after learning about the existence of version 5.0.1, I'm a bit too eager to lay my hands over it.
    Thanks for your help; hope this wasn't extremely long.

  • Best way to go for Parallel Processing?

    Hi all,
    I am working on a ALV report, where the user will be selecting some entries and click on process button.
    Currently, the entries are processed sequentially in a loop. Now, to save time on processing, the entries have to be grouped by material number, and all the groups have to be processed in parallel.
    Example:
    If there are 10 items, and 2 materials, the items will be grouped into 2, and two group of items will be processed in parallel, reducing the processing time by half.
    I need to know, which concept to use for the parallel processing?
    Call FM in Separate Task / Call FM in Background Task or is there any other way to aceive it?
    What is the maximum number of parallel/background sessions supported by SAP?
    I also got some code samples:
    [Starting New Task|http://wiki.sdn.sap.com/wiki/display/ABAP/Parallel+Processing]
    [In Background Task|http://wiki.sdn.sap.com/wiki/display/Snippets/ABAPparallelprocessingusingRFC]
    Thanks,
    Prabhakar.

    Hii...
    Kindly refer this code.. This will help you..
    REPORT  ZRAHUL_WORKPROCESS_TASK.
    TABLES : VBRK, BSEG.
    SELECTION-SCREEN : BEGIN OF BLOCK B WITH FRAME TITLE TEXT-001.
    PARAMETERS : S_ROW TYPE I OBLIGATORY,
                 S_LINES TYPE I OBLIGATORY.
    SELECTION-SCREEN : END OF BLOCK B.
    TYPES : BEGIN OF ST_VBRK,
      VBELN TYPE VBRK-VBELN,
      END OF ST_VBRK.
    DATA :  IT_VBRK TYPE TABLE OF ST_VBRK,
            WA_VBRK TYPE ST_VBRK.
    TYPES : BEGIN OF ST_BSEG,
            BELNR TYPE BSEG-BELNR,
            VBELN TYPE BSEG-VBELN,
          END OF ST_BSEG.
    DATA : IT_BSEG TYPE TABLE OF ST_BSEG,
           WA_BSEG TYPE ST_BSEG.
    DATA : TEMP_BSEG TYPE TABLE OF ST_BSEG,
           TEMP_VBRK TYPE TABLE OF ST_VBRK.
    DATA  : V_INDEX TYPE I VALUE 0,
            TEMP TYPE I VALUE 0,
            REMAINDER TYPE I VALUE 0,
            XXX TYPE I VALUE 0,
            T_ID(8) TYPE C.
    START-OF-SELECTION.
      SELECT VBELN FROM VBRK INTO TABLE IT_VBRK UP TO S_ROW ROWS.
      IF SY-SUBRC = 0.
        SORT IT_VBRK.
      ENDIF.
      LOOP AT IT_VBRK INTO WA_VBRK.
        V_INDEX = V_INDEX + 1.
        TEMP = V_INDEX MOD S_LINES.
        IF TEMP = 0.
          APPEND WA_VBRK TO TEMP_VBRK.
          PERFORM PARALLEL_SELECT.
          CLEAR TEMP_VBRK.
        ELSE.
          APPEND WA_VBRK TO TEMP_VBRK.
        ENDIF.
      ENDLOOP.
      REMAINDER = ( S_ROW / S_LINES ).
      WAIT UNTIL XXX = REMAINDER.
      LOOP AT IT_BSEG INTO WA_BSEG.
           WRITE :/ WA_BSEG-BELNR, WA_BSEG-VBELN.
           AT LAST.
             NEW-LINE.
             WRITE :/ SY-TABIX.
           ENDAT.
      ENDLOOP.
    *&      Form  PARALLEL_SELECT
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM PARALLEL_SELECT.
      T_ID = T_ID + 1.
      CALL FUNCTION 'ZRAHUL_APPEND' STARTING NEW TASK T_ID DESTINATION IN GROUP DEFAULT PERFORMING SUBROUT ON END OF TASK
        TABLES
          IT_VBRK = TEMP_VBRK.
    ENDFORM.                    " PARALLEL_SELECT
    *&      Form  SUBROUTINE
    *       text
    *      -->P_IT_VBRK  text
    *      -->P_=  text
    *      -->P_TEMP_VBRK  text
    *      -->P_IT_BSEG  text
    *      -->P_=  text
    *      -->P_TEMP_BSEG  text
    FORM SUBROUT USING P_T_ID TYPE CLIKE.
      RECEIVE RESULTS FROM FUNCTION 'ZRAHUL_APPEND'
              TABLES
                IT_BSEG = TEMP_BSEG[].
      APPEND LINES OF TEMP_BSEG TO IT_BSEG.
        XXX = XXX + 1.
    ENDFORM.                    " SUBROUTINE
    This will be helpful.
    Thanks,
    Jhings

  • Improving SSAS Tabular processing performances

    Hi,
    I need to know if it is possible to improve the full process of a/more large Tabular table/s without using another processing option (fe not using process add), but acting on ssas instance settings.
    Any suggests to me, please?

    The bad news is that processing those tables from the SSMS GUI ends up processing them in serial. The good news is that if you click the Script button instead of the OK button and then add a <Parallel> tag around both Process commands, it will process
    both tables in serial. Other than that, I encourage you to read the Tabular Performance Guide mentioned above for other tips like changing the PacketSize.
    http://artisconsulting.com/Blogs/GregGalloway

  • Best way to improve coverage distance with 802.11g

    I currently have a Linksys WRT54g V4 router. It provides good coverage for one HP desktop that has built-in wireless and adequate for a second HP desktop that uses a Belkin USB adapter. The network is used primarily for internet access (i.e. no gaming). The second desktop is being moved to an office in a separate building in my backyard (and down one level from the router) and I'm convcerned the coverage will fall below adequate. I'm looking for suggestions as to how to best deal with the issue. I figure I can:
    Move to wireless-N, but it looks like I’d probably have to upgrade both my desktop PCs and our laptop networking to  N cards or the entire network would run at G speeds
    A better G receiver on the PC that's being moved. Suggestions?
    A G repeater that could be placed at the back of my house. Suggestions?
    A better G router. Suggestions?
    Put in a new DSL phone jack at the back of the house and relocate the router there
    Hardwiring with ethernet is a possibility, but would be difficult at best.
    Would appreciate anyone's thoughts on this. I'm less focused on faster speeds than coverage.

    Anyone of the solutions you stated would be fine.  I would recommend upgrading to a wireless N router with a possible wireless access point on the back of the house.  It will still work with your wireless G devices in mixed mode and would be the simplest way for you.  The added bonus would be if you updated or add another wireless computer down the road you would already have the wireless N standard.  Check out the Linksys web site and look at all of the routers and access points that are available.  They will list requirements and there options so you can best match them to your solution.
    Richard Aichner (Ikester)

  • What is the best way to improve export time in PreE10?

    I import the mts files directly from a sd card or HDD using PreE10's importer. Next, I add titles, video/audio fades, and transitions then export to DVD. Right now, my projects are 60min+~4min black video in length and exported directly from PreE10 as SD on a DVD.  It takes on average 94min to finish this task.
    What can I do/upgrade to speed up this process?
    Computer specs:
    Windows 7 Professional
    -Intel Core i7-3770
    8GB DDR3 RAM
    SanDisk 128 SSD (OS+Programs)
    WD Blue 1TB 7200RPM HDD (All media)
    GTX 650 1GB
    Would buying another SSD help? Would upgrading my processor dramatically improve the time? Or should invest in Premiere Pro and upgrading GPU?
    I would like to stay using PreE10, but If there is nothing more that can be done to dramatically improve time, I would consider going to the next level with Premiere Pro.

    You tell P-Elements to burn a DVD folder to your hard drive (look at the folder structure on a "Hollywood" DVD to see if you got it right) and then you have Imgburn write that folder to a DVD
    -CS6 Trial Downloads http://forums.adobe.com/message/5649304
    -and http://forums.adobe.com/thread/1315644
    Here Win7 Tuning Help & Tips & Utilities
    Windows Indexing is BAD http://forums.adobe.com/thread/676303
    While in Properties, be sure you have drive indexing set OFF
    -for the drive, and for all directories, to improve performance
    http://www.decrap.org/ remove bloatware
    http://support.microsoft.com/fixit/
    Record Steps http://blog.raxco.com/2012/05/18/windows-7-tool-records-your-pc-problems/
    Free System Optimizer http://www.iobit.com/advancedsystemcareper.html
    Registry Cleaners http://windowssecrets.com/newsletter/putting-registry-system-cleanup-apps-to-the-test/
    Be sure you have the default hard drive indexing OFF for all drives and folders!!!
    http://www.pcworld.com/businesscenter/article/220753/windows_7_godmode_tips_tricks_tweaks. html
    Temp/Cookie Cleaner http://www.mixesoft.com/
    http://forums.adobe.com/thread/789809
    Win7 Toolbar http://WindowsSecrets.com/comp/110210
    More Win7 Tips http://windowssecrets.com/comp/110127
    Utilities http://windowssecrets.com/comp/110106 (Startup Solutions)
    Win7 Help http://social.technet.microsoft.com/Forums/en-US/category/w7itpro/
    Win7 Configuration Article http://windowssecrets.com:80/comp/100218
    Win7 Monitor http://windowssecrets.com:80/comp/100304
    Win7 Optimizing http://www.blackviper.com/Windows_7/servicecfg.htm
    Win7 Adobe Notes http://kb2.adobe.com/cps/508/cpsid_50853.html#tech
    Win7 Adobe Update Server Problem http://forums.adobe.com/thread/586346
    An Adobe Win7 FAQ http://forums.adobe.com/thread/511916
    More Win7 Tips/FAQ http://forums.adobe.com/thread/513640
    Processes http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
    Compatibility http://www.microsoft.com/windows/compatibility/windows-7/en-us/Default.aspx
    Win7 God Mode http://forums.adobe.com/thread/595255
    CS5 Install Error http://forums.adobe.com/thread/629281
    CS5 Help Problem http://kb2.adobe.com/cps/842/cpsid_84215.html
    Win7 and Firewire http://forums.adobe.com/thread/521842
    http://lifehacker.com/5634978/top-10-things-to-do-with-a-new-windows-7-system
    http://www.downloadsquad.com/2009/05/29/7-free-windows-7-tweaking-utilities/
    Win7 64bit Crashing and "a" fix http://forums.adobe.com/thread/580435
    http://prodesigntools.com/if-any-problems-downloading-or-installing-cs5.html
    Harm's Tools http://forums.adobe.com/thread/504907
    Also http://www.tune-up.com/products/tuneup-utilities/
    Also http://personal.inet.fi/business/toniarts/ecleane.htm
    Optimizing Hard Drive http://www.video2brain.com/en/videos-5353.htm
    -and http://forums.adobe.com/thread/1083797
    Win7 Reinstall http://windowssecrets.com/newsletter/win7s-no-reformat-nondestructive-reinstall/
    Anti-Malware Tools http://windowssecrets.com/newsletter/the-advanced-system-recover-toolkit/
    Repair AVI http://forums.adobe.com/thread/888268
    Tune Vista & Win7 64bit http://forums.adobe.com/thread/436139
    GPU Monitor http://www.techpowerup.com/downloads/2092/TechPowerUp_GPU-Z_v0.5.8.html
    http://windowssecrets.com/newsletter/clean-install-windows-7-from-the-upgrade-disc/
    God Mode for Win7 and Win8
    Create a new folder on your Win 7 desktop.
    Copy and paste this name to the folder:
    GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

  • Is there a best way to create a uuid.

    Hi all,
    I'm a little bit confused about the right way to create unique objects ids, a way not depend on a database.
    There seems to be several approaches to do this:
    1.The class java.rmi.dcg.VMID states: 'A VMID is a identifier that is unique across all Java virtual machines.
    It generate a uuid which can be convertet to a String.
    2.The class net.jini.id.Uuid states: 'A 128-bit value to serve as a universally unique identifier. Two Uuids are equal if they have the same 128-bit value. Uuid instances can be created using the static methods of the UuidFactory class.
    3.The W3C org seems to have a guid generation.
    4.If you search the internet you will find several other implementations, like www.doomdark.org/doomdark/proj/jug/
    Why exist so many implementations of this feature?
    What is wrong with VMID?
    Klaus

    There was a question similar to this a little while
    back:
    http://forum.java.sun.com/thread.jsp?forum=4&thread=458
    77Mmm, but they werent able to produce any satisfying answere there either...
    Generating a true UUID is by nature plaform dependent, and should IMHO be implemented by the JRE/language libraries. Native code that is not a part of the JRE is always a problem, especially in J2EE environment. In addition, true uuids are useful in very many programming situations. Also, the random based versions are pretty dangerous, and can cause pretty nasty problems.

Maybe you are looking for

  • Can I delete my icloud back ups with out loosing my current data on my iphone 5

    Hey guys.  I was wondering if I can delete my iCloud backup  with out loosing my current data on my iphone 5?  I can not up date my phone because it says I do not have enough storage available.  Yes, I have purchased more storage space on iCloud.  Th

  • Runtim exec() method not working.....giving Exception

    whts the code to use exec() method. i m using it as follows and also catching exception. Runtime r=Runtime.getRuntime(); Process p=r.exec("java A"); code is giving IOException at runtime with error=2.

  • Can't open Cards or Books I have previously created

    I just upgraded to iLife 11 and now can't get into my previously created Cards and Books. Also, I tried creating a new card, but now can not get into that either. I seem to have all my Albums in tact, but can't open any of my Projects (although all a

  • PHP Email - Repeat Region Equivalent in Body?

    My client wants a summary of products registered in the body of an email. My email script works great but I don't know how to add the summary of products (what I'm calling a 'repeat region'). Thanks in advance for your advice and feedback

  • Skype Premium, is it any use currently?

    Hi, I just activated Skype on about the day group video calling became free. That was the major reason people bought Premium; so what is the point of it now? I am aware that Skype is recompiling the benefits for Premium, and so I'd like to know what