Use of the client and Application streaming

Hello

I have a question about the use of the customer when using disc that I'm looking for some clarification on application streaming. According to the ThinApp user manual "ThinApp does not write data but the disk.". So I reason by saying that the ThinApp client runtime and all the blocks of the application are stored in memory and there is no interaction with the local hard disk, providing that the sandbox sand is configured to be hosted on a network share?

In a situation where the blocks required to run the application is greater than the remaining quantity of RAM how ThinApp handles this. He just throw blocks that are no longer needed and load in the new blocks?

Finally, what are the consequences when the network connectivity is lost when a ThinApp application is already running. The application continues to run because it has the necessary blocks already loaded into memory, but will eventually fail if there where blocks have not yet been charged with the new features of the application?

Thank you very much

Ben.

BenBrazil,

So I reason by saying that the ThinApp client runtime and all the blocks of the application are stored in memory and there is no interaction with the local hard disk, providing that the sandbox sand is configured to be hosted on a network share?

You're right to a point... It's more about the isolation modes.

If the application is completely isolated, then any new data created during execution would go to the sandbox.  However, if this has been done, we would have a problem printing because we would need to write to the folder of spool of physical systems.  That's why the record of spool is on merged default Isolation mode.

If you have funds % set the blending mode for Firefox (like a thinapp) then you can save the data directly to the desktop of the host.  Therefore, it is the way that the package is configured.

> In a situation where the blocks required to run the application is greater than the remaining quantity of RAM how ThinApp handles this. He just throw blocks that are no longer needed and load in the new blocks?

How windows manages it on a native-ly... by exchanging installation application.  Even if it's a thinapp, the thinapp is just another Windows application.  If it exceeds free RAM and need more, windows will exchange what he can.

> Finally, what are the consequences when the network connectivity is lost when a ThinApp application is already running. The application continues to run because it has the necessary blocks already loaded into memory, but will eventually fail if there where blocks have not yet been charged with the new features of the application?

I guess the thinapp would crash with errors to the file cannot be read.  It is similar to she runs from a USB key and unplug the USB.  It would probably crash because it cannot read the disc source.

Once you restore connectivity, try to revive the thinapp.  If it works then great, if she don't then deletes the sandbox sand.

Just some thoughts...

Kind regards

EvilOne

VMware vExpert 2009

NOTE: If your question or problem has been resolved, please mark this thread as answered and awarded points accordingly.

Tags: VMware

Similar Questions

  • I use Live Mail client and SSL, but I can't recover the messages in my subfolders in my Hotmail account, how can I do this?

    I use Live Mail client and SSL, but I can't recover the messages in my subfolders in my Hotmail account, how can I do this? I can use a web browser to display, but Live Mail client only update the subfolders, only the Inbox.

    View all Windows Live and Hotmail questions in the appropriate forum found here:
    http://windowslivehelp.com/

  • How to identify the client and server versions

    Hi all

    OK, this may sound silly, but I have to write an application to access an Oracle database. Prior development in other languages used ODBC and works very well. VS.NET using OLE DB works as well.

    However, I installed ODT with ODAC 11.10.6.21 and tried. I get an error while trying to access the data.

    When I run the conn.open (), I get:
    ORA-12154: TNS: could not resolve the connect identifier specified

    I opened the TNSNames.ora file and allows to create the just in case connection string. But I still get the error.

    My guess is that the client on my system is too old, or maybe the Oracle server still running an older version.

    Is there an easy way for me to identify the latest version of the client and the version of Oracle running on the server, I installed?

    No, I can't just ask the people who manage the server or I would have done it already. I am a contractor here and it is very difficult for me to get through to those who know it.

    Thank you

    JustMe

    http://www.Oracle.com/technology/tech/dotnet/Col/odt_faq.html#ora-12154:_TNS:could_not_resolve_the

  • "There is a time difference between the client and the server"

    Unit 4.0.3

    Everything worked very well, and all of a sudden, I'm not able to connect to the server unit using any domain account. When I enter the domain/name username/password, I get this error message:

    ************************************************

    The system is unable to log on due to the following error:

    There is a time difference between the client and the server.

    Try again or contact your system administrator.

    **************************************************

    I can use the same domain account (unityinstall) and the journal in other machines. I can connect the machine to the unit using a local account. There is no time difference between the DC server and unity.

    Need help,

    Thank you

    Partha

    Log on to your LOCAL computer using an account that has privileges

    At the command prompt, type the following:

    NET TIME ancien_mot_passe/set

    Found this on the MS site:

    Cannot open a session if the Date and time are not synchronized

    http://support.Microsoft.com/default.aspx?scid=kb;en-us;232386&product=Win2000

  • "The relationship of trust between the Client and the domain controller has been lost."

    I had a client PC connected to a DC running 2003 SBServer.

    It was this error when he tried to connect with its domain account.

    "The relationship of trust between the Client and the domain controller has been lost."

    I had to connect as Administrator local and leave/re-join the domain with a different machine name.
    How can I fix the side Server?

    Hello

    The question you posted would be better suited to the TechNet community. Please visit the link below and validate the request.

    http://social.technet.Microsoft.com/forums/en-us/smallbusinessserver/threads

    Hope this information is useful.

  • Can you please give some advice on the ToolTip used in the new packaged applications

    Hello
    I use apex 4.1 theme 23.
    I would use the ToolTip used in the new packaged app.
    Can you please give some advice or the "Details" on ToolTip, used in the new packaged applications. for example: go live checklist request.
    Once we fly over "Check list items" region. We get the tootip.

    1. how to find the class "detailedStatusList".
    2. how to find "detailedStatusListToolTip();" JavaScript function used in "execute when Page Loads.
    3. is there a tool to generate the source in the region to "check list items.

    I don't know if there are more, I need to know...

    * the tooltip plugin isn't solid...

    Kind regards
    Water

    Good morning, water,

    My goal is to use it in IR for the column notes. I can't show all the notes on the report. so I use RPAD to show only the first words. and the rest should be available by using the ToolTip.

    Fact :D

    You need to use SUBSTR to restrict the notes to a few words, not RPAD.

  • I changed the IR query as follows...

    select
    Deptno,
    Dname,
    Loc,
    substr(notes,1,25) || '<div class="long-notes" style="display:none;">'||notes||'
' as "Notes" from "DEPT"

  • Column attributes: Note > formatting of column > Expression HTML

    <div class="short-notes">#Notes#
  • Edit Page > JavaScript > function and global variables declaration

    function setNotesToolTip() {
         this.xOffset = 0; // x distance from mouse
         this.yOffset = 10; // y distance from mouse
    jQuery("div.short-notes").hover(
         function(e) {
              var insideText = jQuery("div.long-notes",this).html()
              this.top = (e.pageY + yOffset);
              this.left = (e.pageX + xOffset);
              $('body').append('
    ' + insideText + '
    ' ); $('div#notes-tooltip').css("top", this.top+"px").css("left", this.left+"px").delay(500).fadeIn("fast"); }, function() { jQuery("div#notes-tooltip").fadeOut("false").remove(); } ).mousemove( function(e) { this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset); jQuery("div#notes-tooltip").css("top", this.top+"px").css("left", this.left+"px"); } ) }

  • Edit Page > header and footer > footer text

    <style>
    div#notes-tooltip {
        background-color: #F8F8F8;
        border: 1px solid #AAAAAA;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
        position: absolute;
        width: 420px;
        padding: 4px;
    }
    </style>
    

  • And finally called setNotesToolTip(); while the page is loading. (Run when the Page loads)

    Kind regards
    Hari

  • can you help to reset the iPhone 6 +? used of the year and the month. Now, when you update, it asks activation and I can't remember anything! Arouca and verification is in stock

    can you help to reset the iPhone 6 +? used of the year and the month. Now, when you update, it asks activation and I can't remember anything! Arouca and verification is in stock

    To activate you need your Apple ID and password. If you forgot their date on https://iforgot.apple.com.

  • ITunes is downloading all items purchased from my iPhone, including tv shows and movies, using all the memory and batteries

    ITunes is downloading all items purchased from my iPhone, including tv shows and movies, using all the memory and batteries, does anyone know how to stop this?

    Hi anthony248,

    If you don't want the automatic downloads enabled on your iPhone, follow the steps outlined in the article below, except that you will turn off the switch rather than turn them on.  I'll also include a link about the storage capacity of your iPhone and how to delete items that you don't want.

    Turn on automatic downloads

    Check your storage space on your iPhone, iPad and iPod touch

    Take care

  • How to make a backup of the drivers and applications

    I have a HP Pavilion Desktop PC all-in-one 23-B115EA, originally with Windows 8 installed which I have updated to 8.1 of the store.  After a problem, I was advised to create a System Image on an external hard drive, what I've done.  I also have a recovery disk including the recovery on a USB Partition and a new Restore Point.

    The reason why I write, is that what follows has been also sugested "Furthermore, make a backup of the drivers and Applications.» Still, if the hard drive needs to be replaced, you will need to install all the drivers and perhaps some applications again for which you have this backup. "I don't know how to do on the PC and I was wondering if it was possible.

    Best regards, Mike-01

    Mike, you're welcome.

    I know that in the past, there are third-party programs that could back up the drivers, but I could not find one to win 8.1.  With respect to applications, the CD recovery and Image will be all you need.

  • Hello! I am a fashion design student and my school offer us a wide range of Adobe programs. I asked the Redemption Code and I have but when I try to enter it know this code is already in use however the Photoshop and Illustrator that I already

    Hello! I am a fashion design student and my school offer us a wide range of Adobe programs. I asked the Redemption Code and I, but when I try to enter on behalf of the school know that this code has already been used however the Photoshop and Illustrator that I already have on my Mac do not work. Before you begin the school pack, I used a free version and so now I see that my free version is over but I can't use the pack of the school that gave me. How can I start using it?

    Hello

    Please see redemption code help

    You will need to contact support by calling/chat for this request.

    Contact the customer service

    * Be sure to stay connected with your Adobe ID before accessing the link above *.

    Kind regards

    Sheena

  • I want to prevent the use of the login and password of CentOS 6.5 to the shared folder Windows 7

    Recently, I lost my hard drive Windows 7 Pro to crash and had to rebuild the laptop from scratch. I have set up the laptop to share files on the local network with XP, Vista, and CentOS 6.5 PC. The file sharing (without need of login/password) with all PC work with one exception.

    When you use the 'of' the CentOS PC file manager to access the shared folder on Windows 7, I am invited with login/domain/password popup box. I enter the credentials and everything works well. And I have to do it once. The same user name exists on all PCs. But I think the connections via file sharing simply under "guest" or "annonimus. The race of Samba (SMB) of the computer of CentOS version is version 3.6.9. I have tried so many combinations of solutions and none seem to work. See the list below:

    Windows:
    Edit local security policies
    Remove the TransportBindName (then add back)
    Set UseNewSmb = 0, then returns to 1

    Samba:
    security = share and then I tried security = user
    client NTLMv2 auth = Yes and return to no.
    NTLM auth = none and return to Yes

    I am hoping there is a configuration that will prvent the annoying popup login/password.

    It seems that my problem has been solved (for me at least). Discovered by searching for another detachment of TechNet
    Listed below are the changes. I doubt that all were required, but there still Big Bang solutions seem to always work when dealing with Microsoft operating systems, Yes?

    The registry

    1 KEY: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa
    DATA: everyoneincludesanonymous = 1

    2 KEY: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa
    DATA: NoLmHash = 0

    3 KEY: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa
    DATA: LmCompatibilityLevel = 1

    4. KEY: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManServer\Parameters
    DATA: restrictnullsessaccess = 0

    In the policy editor of local security under the Security Options folder

    1. Microsoft network client: password is sent unencrypted SMB third party = active servers

    In the network sharing Center

    1. go to the advance sharing settings page

    2. Select: Activate sharing files for devices that use encryption 40 or 56-bit

    Test:

    1. reboot Windows 7

    2 reboot the Linux server

    3. open Linux Network Browser (Thunar) application

    4 navigate in the actions of Windows 7 without having to enter the login/password: success!

  • How to open the pdf file residing on the server to the client computer applications?

    Hi all
    The scenario is that I've developed a form using forms10g (9.0.4). I wrote the following lines in the module of the form, there is a button.in the code for this button.
    AppID: = DDE. App_Begin ("C:\Program Files\Adobe\Acrobat 5.0\Acrobat\Acrobat.exe C:\2dayDBA.pdf', DDE.") App_Mode_Maximized);
    ConvID: = DDE. Insider ("Acrobat", '2dayDBA.pdf');
    Now when I run the form and click the button, it opens the pdf "2dayDBA.pdf" file and it works fine.
    My problem is that when I deploy the same form on Oracle application server and copy the pdf files in the same location with acrobat reader installed at the same place and run the formula browser client and press
    the button, it does not open the pdf file and gives me the error "Exception no Oracle".

    someone has the solution for this. (don't forget I want to just open the pdf file of the client)
    its really urgent

    Kind regards
    abbasyazdani

    Stop and then restart the OC4J container, and then try again.

    François

  • Windows XP SP3: Unable to start, System Restore cannot drag and drop ALL the files/folders on the desktop and applications, many unable to start, services cannot search, cannot copy or transfer the any files folders...

    After a recent power outage, my system has restarted with a weird and very common Windows problems range. The system boots fine, all my personal files/folders/apps are intact, have suddenly stopped almost all functions of applications, but many crucial functions of the Windows kernel. Everything seems to point to several Windows Services are unable to start (administrative tools on the start menu). I am running Win XP SP3 and that he was going to upgrade to Windows 7, but I wanted to backup everything in advance. As I have 29 000 hours on my C: drive and a lot of time invested in my system, files, and applications, I am extremely reluctant to risk losing my files and applications by performing any type of reinstalling Windows. Strangely, begin to almost all my apps and all my files are accessible for the most part, but I've lost the ability to drag and drop files, folders or items in a list within the applications COMPLETELY. I can't copy or paste anything, can't move the desktop icons (although I can create new files and folders). So at the moment I can't save anything or even a single file transfer to a hard drive on another storage medium. Immediate reaction: try safe mode and try the system restore safe mode has the same problems (likely due to the large number of system services that inexplicably refuses to start) and the system restore says an error window saying "system restore is not able to protect your computer at this time. try restoring the system running and restart again", which of course NEVER changes. It's the equivalent of getting a tire on your car in the middle of nowhere to find the spare tire flat and the missing Jack. I have used to be fanatical about the definition of the regular restore points, but now can not access them. I have backups of most of my personal files, but over years have lost most of the original installation CD for many of my applications (there are over 100 applications on my system) and I don't want to lose the file associations and architecture of directory tree that it took my so long to implement. I started with Win XP media center edition of first (circa 2004 or almost) and have migrated twice more of 3 hard disks and 2 computers. All this time (5 years of daily use), I have NEVER known so many malfunctions for as many Windows basic and vital functions at the same time. I tried a lot of 3rd party "windows fix - it / registry repair" apps, all have no effect. Everything I can speculate is there was some serious damage to the registry and have no idea how/why so many Services refuse to start. In MMC, more than half of the services actually start and run, the rest all give the error message "the service or dependencies is not start (error 1068).» In addition, very oddly, no. APPS or windows appear in the toolbar AT ALL, but the Quick Launch toolbar works very well, just like the tray button and start tasks (?! )!). If I reduce a window, it "disappears" (Nothing on the task bar), but I can restore it using the alt - tab keyboard shortcut to switch apps, so all applications/windows appear on the list of the Task Manager. A few apps is paralyzed bad, as the player windows media, itunes, etc. (I guess because the service windows audio can not not start), some won't start at all, but 90% of them work fine, except to try to copy or back up all files. I can create new files, however. I'm desperate to find a solution to repair XP3 Win WITHOUT losing my installed applications and files, before I try and switch to WIndows 7. Any help/suggestions/links/advice would be much appreciated. I'm an experienced user, but I've never met so many malfunctions based on the OS at a time. I, however, very painfully learned (years before that my system so complex) it's been almost a re-installation of Windows guarantees to lose my installed apps and files, the directory tree architecture associations.

    Help, please!

    I'll be honest with you - your message is so difficult to read that I don't bother to go through all that. Next time consider using white space, ball or points numbered, etc. to make your message more readable. I stopped reading after your first sentence and only scanned the rest quickly. I do not mean to hurt your feelings; just trying to help you get targeted answers you need for the future.

    The blackout has corrupted your Windows installation. Back up your data now. Since you have problems so much, it would be probably best is to remove the hard drive, put it in a USB drive enclosure and attach it to another computer to copy the data OR start the target with Linux Livecd such as Knoppix system and copy the data to an external hard drive. IOW, do not use the damaged windows to try to get your data.

    You can try a repair that will leave your programs and facility data intact, but with this widespread bribery, it is unlikely to work. However, it takes only a few minutes and is so worth a try. If the repair facility does not work there is nothing to do, but a clean install. And Yes, it will mean that over again.

    Consider buying a UPS to help prevent future damage by power outages. For a single computer, you should look for one in the area of $60 to 80. A more expensive UPS is not necessary. Another good disaster recovery strategy is to buy an external hard drive and Acronis True Image. You can image your system (and can make an incremental backup image so that your image is still current). You can apply your image and be back running that you were in relatively few minutes after a hard drive or Windows to fail.

    http://www.michaelstevenstech.com/XPrepairinstall.htm - repair install how-to
    http://michaelstevenstech.com/cleanxpinstall.html - Clean install - how-to
    http://www.elephantboycomputers.com/page2.html#Reinstalling_Windows - you will need at hand MS - MVP - Elephant Boy computers - Don ' t Panic!

  • Error on image from the server and display streaming

    Hi all

    Im trying to read an Image that origin of the server and displays on a screen

    Here's the code I'm using to broadcast the image.

    It is streaming on my Simulator as well as on some devices.

    But on some devices, it's not streaming and throw an exception.

    public UrlToEncodedImage(String url)
    {
    HttpConnection connection = null;
    InputStream inputStream = null;
    byte[] dataArray = null;
    
    try
    {
    connection = (HttpConnection) Connector.open(url+getConnectionString(), Connector.READ, true);
    inputStream = connection.openInputStream();
    byte[] responseData = new byte[10000];
    int length = 0;
    StringBuffer rawResponse = new StringBuffer();
    while (-1 != (length = inputStream.read(responseData)))
    {
    rawResponse.append(new String(responseData, 0, length));
    }
    int responseCode = connection.getResponseCode();
    if (responseCode != HttpConnection.HTTP_OK)
    {
    throw new IOException("HTTP response code: "+ responseCode);
    } 
    
    final String result = rawResponse.toString();
    dataArray = result.getBytes();
    }
    catch (final Exception ex)
    { }
    
    finally
    {
    try
    {
    inputStream.close();
    inputStream = null;
    connection.close();
    connection = null;
    }
    catch(Exception e){}
    } 
    
    bitmap = EncodedImage.createEncodedImage(dataArray, 0,dataArray.length);
    // this will scale your image acc. to your height and width of bitmapfield
    
    int multH;
    int multW;
    int currHeight = bitmap.getHeight();
    int currWidth = bitmap.getWidth();
    if(currHeight>350&&currWidth>350){
        bitmap=scaleToFactor(bitmap,currWidth,currHeight,Display.getWidth()-20,250);
    }
    
    }
    public EncodedImage getEncodedImage()
    {
    return bitmap;
    }
    public  EncodedImage scaleToFactor(EncodedImage encoded, int curWidth, int curHeight, int newWidth,
            int newHeight)
    {
         int numerator_width = Fixed32.toFP(curWidth);
         int denominator_width = Fixed32.toFP(newWidth);
         int scale_width = Fixed32.div(numerator_width, denominator_width);
    
         int numerator_height = Fixed32.toFP(curHeight);
         int denominator_height = Fixed32.toFP(newHeight);
         int scale_height = Fixed32.div(numerator_height, denominator_height);
    
         return encoded.scaleImage32(scale_width, scale_height);
    }
    private static String getConnectionString()
    {
        String connectionString = null;
        if(DeviceInfo.isSimulator())
        {
                if(UrlToEncodedImage.USE_MDS_IN_SIMULATOR)
                {
                       connectionString = ";deviceside=false";
                }
                else
                {
                       connectionString = ";deviceside=true";
                }
        }
        else if(WLANInfo.getWLANState() == WLANInfo.WLAN_STATE_CONNECTED)
        {
           connectionString = ";interface=wifi";
        }
    
        else if((CoverageInfo.getCoverageStatus() & CoverageInfo.COVERAGE_DIRECT) == CoverageInfo.COVERAGE_DIRECT)
        {
            String carrierUid = getCarrierBIBSUid();
            if(carrierUid == null)
            {
             connectionString = ";deviceside=true";
            }
            else
            {
               connectionString = ";deviceside=false;connectionUID="+carrierUid + ";ConnectionType=";
            }
        }                
    
       else if((CoverageInfo.getCoverageStatus() & CoverageInfo.COVERAGE_MDS) == CoverageInfo.COVERAGE_MDS)
        {
          connectionString = ";deviceside=false";
        }
    
       else if(CoverageInfo.getCoverageStatus() == CoverageInfo.COVERAGE_NONE)
        {}
        else
        { connectionString = ";deviceside=true";} 
    
        return connectionString;
    }
    private static String getCarrierBIBSUid()
    {
        ServiceRecord[] records = ServiceBook.getSB().getRecords();
        int currentRecord;
    
        for(currentRecord = 0; currentRecord < records.length; currentRecord++)         {             if(records[currentRecord].getCid().toLowerCase().equals("ippp"))             {                 if(records[currentRecord].getName().toLowerCase().indexOf("bibs") >= 0)
                {
                    return records[currentRecord].getUid();
                }
            }
        }
    
        return null;
    }
    

    The underlined part of the code is where the uid is sent as public _.

    Please, look in the code and let me know where the error is, or is there a better way to disseminate the image.

    In the hope that you hear.

    Thank you & best regards

    Krishnan

    Hello

    I found the error.

    It's in the URL sent by the server.

    The URL consisted of http://google.com

    But the format required to retrieve the image on several device would be http://www.google.com.

    Thanks for anyone who tried to help him.

    Krishnan.

  • looking to add text to a PDF of the client and print via automation in vb2015

    A client sends drawing files to us. We need to add textual information about the drawing pdf file in order to print the drawing and then process it through our facilities. Information we add from SQL, such as the purchase order date required, etc.. We treat drawings 2-300 an hour. Rather than to score each print by hand, I would use an SDK or another tool that you suggest to open the file, add the text and print the file using VB 2015 by Microsoft. What do you suggest me? What should I buy? I would like to see a sample first or hear from someone who has done this before buying.

    ".. Acrobat is absolutely not for the server... "

    That's right, but I read only the automation of a process is sought and JS and so OLE is built into Acrobat.

    @FMPeck

    There is a basically simple example how you can use the addField method.

    IAB-AMBEIEN http://StackOverflow.com/questions/29085466/Adding-page-numbers-to-PDF-through-VBA-and-ACR

    Example add fields to the date, name of file and page number footer, but can also be used for other text and can also be better formatted. I have written in VBS. So you can copy the code into Notepad, save it as test.vbs, and run it with a double click.

    If it works with your customer a PDF file, you can write on these PDF documents all you want.

    HTH, Reinhard

  • Maybe you are looking for