Launching local applications, Multiple instances

I would like an answer from an Adobe developer please:
What is the time frame on adding the ability to launch local
applications?
One other - why should we have to change tons of code to run
multiple instances when AIR can easily be changed to do the same
without any application code changes?
These 2 items NEED to be in AIR!!
Please advise as to intent and timetable.
Thanks!

I would like an answer from an Adobe developer please:
What is the time frame on adding the ability to launch local
applications?
One other - why should we have to change tons of code to run
multiple instances when AIR can easily be changed to do the same
without any application code changes?
These 2 items NEED to be in AIR!!
Please advise as to intent and timetable.
Thanks!

Similar Messages

  • Local connection multiple instance

    Hi,
    I have used local connection between an action script 3 and action script 2 file which is working correctly.
    But when we open application in multiple tabs of browser it shows error that the "file is already connected". Is there any way to open the multiple instance of the object.
    Thanks,
    Amit

    No, you cannot have multiple connection with the same name. If each tab represents unrelated sets of SWFs - you will need to figure out a way to create random dynamic connection names and make all swfs aware of this name. Depending on your architecture this dynamic name may be delivered via JavaScript or, is SWFs are served on the same page and you have controls over page serving - supply it as page url variable which is read by SWFs. In both cases you will need ExternalInterface capacities.

  • Reload applications multiple instances in cluster

    Apologies if this in another post but could not find
    anything.
    I am looking for strategies to reload app vars across
    instances in a cluster.
    Any suggestions?
    thanks,
    Mike

    Grizzly9279 wrote:
    > Say you have a web server, let's call it "WEB1". WEB1
    could be hosting IIS,
    > Apache, etc. It doesn't really matter.
    Let's say IIS with a wwwroot at c:\inetpub\wwwroot. So the
    index.cfm of
    the application is located at c:\inetpub\wwwroot\index.cfm
    > Now let's say you have two CF application servers, let's
    call them "APP1", and
    > "APP2". Each application server hosts 2 CF instances. So
    APP1 has two CF
    > instances on port 8301 and 8302. APP2 has two CF
    instances on port 8303 and
    > 8304.
    Ans each of those instances has its own webroot at the root
    dir of the
    CF WAR file, which is (in UNC notation):
    \\APP1\c$\JRun4\servers\instance1\cfusion.ear\cfusion.war\
    \\APP1\c$\JRun4\servers\instance2\cfusion.ear\cfusion.war\
    \\APP2\c$\JRun4\servers\instance1\cfusion.ear\cfusion.war\
    \\APP2\c$\JRun4\servers\instance2\cfusion.ear\cfusion.war\
    > "Normal" requests to the site are sent to WEB1, which in
    turn forwards CFM
    > requests to the CF cluster, which could fall on any one
    of 4 possible CF
    > instances (8301, 8302, 8303, and 8304).
    Correct.
    > Under this schema, you can make DIRECT requests to the
    application on the
    > internal network as follows:
    > -
    http://app1:8301/
    > -
    http://app1:8302/
    > -
    http://app2:8303/
    > -
    http://app2:8304/
    You can make requests to those locations indeed. And they
    will arrive at
    the internal JRun server. And the internal JRun server will
    resolve them
    relative to its own webroot, not relative to the IIS webroot.
    To get this to work, you have several options:
    - make the JRun webroot equal to the IIS webroot (change its
    location in
    the xml config file);
    - place a bootstrap file in each JRun webroot that call the
    application
    through cfmodule / cfinvoke / cfinclude;
    - switch on sticky sessions in your cluster and include a
    jsessionid in
    your http request that is specific to the instance you want
    to hit
    (first 4 characters of the jsessionid equal to the serv
    er.if).
    > Does that make sense? Is there something particularly
    exotic or unique about
    > your current infrastructure that prevents you from
    individually referencing
    > each cluster instance internally?
    Nothing exothic. In fact, I would say that the majority of
    the clusters
    have a JRun webroot that is not the same as the IIS / Apache
    webroot.
    Jochem
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • Stop opening multiple instances of the same application

    I am used to having graphic files on my desktop, when editing one I would simply right-click and pick "open with" > Photoshop (which is always open in its own desktop in my computer). Now out of the blue, if I do that, it loads another instance of Photoshop, which is certainly what I don't want. I can have 2, 3, 4 Photoshops running at the same time and editing the same image!
    Any idea how to solve this? I searched but all I could find is people wanting the opposite i.e. opening multiple instances of the same app.

    Your best bet to prevent this is to detach or unmount this drive; however, you can also try resetting your Mac's launch services, to have it re-scan only the Applications folders on your boot drive for programs to associate with documents and services you are using. Running the following command in the OS X Terminal will kill the current launch services database (its long, but copy and paste the entire line):
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill
    Following this, run the following command to seed the database with the apps you currently have installed:
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -seed
    Note that these changes will only apply when opening documents that have not been specifically assigned to a program. If you find a specific document continues to open the program on the external drive, then you can get info on it and change the associated program in the "Open With" section of the info window. After doing this, you might need to re-run these commands above, as opening the program will register it with OS X's launch services and have it now be available for automatically handling other documents.

  • Multiple instances of the same APEX application under SSO

    Currently we have several applications that are authenticated through Oracle SSO. The apps are authenticating correctly, but I can't be in multiple instances of the same application without having to re-validate through SSO when I move between instances.
    Scenario: I'm successfully signed into my "parent" application, app_id 1 through SSO. I click a custom link that opens the "child" application (app_id 2) to view widget "A". When the page is launched I see the usual "Redirecting to the Login Server for authentication" message (verifying that I'm signed in through SSO) and then it succeeds and takes me into app 2, displaying widget A. I click the next link to launch another instance of app 2 with a different APEX session id for viewing widget "B". This also passes through SSO and redirects me into app 2, displaying widget B as expected. But now if I go back to navigate anywhere on widget A in my first instance, it has to go back through the "Redirecting to Login Server." This now means the widget A window is valid, but the widget B window will have to redirect next time I use it (back & forth & so on...)
    So my question I suppose is: Is it possible/good practice to allow a single user to open multiple separate instances of the same APEX application using different APEX session_ids viewing different data under Oracle Enterprise SSO?
    Guesstimation: It seems like there must be a switch somewhere in SSO that says "allow multiple application instances yes/no"...but my problem may be APEX itself, or how SSO is tied into APEX... Sorry for the super-generic example, I'm not exactly sure where I should be looking to resolve this, and the closest similar problem I found on the forums was here: login to application twice in two seperate IE  windows clears other login

    reset your dock preferences. delete the file homedirectory/library/preferences/com.apple.dock.plist and log out/in. your dock, spaces and exposé will be reset to the defaults. see if the problem goes away.

  • Disallow running multiple instances of the same web start application..

    on the client? I have an application that is launched on the client by clicking on the link to the JNLP file. The problem is that I don't want the application to launch twice if the user clicks the link twice. Is there a way to keep web start from running multiple instances of the same app?
    I don't want to just disable the button after it is clicked because then the user won't be able to get back in if they need to.
    Any help out there?
    Thanks,
    Melanie

    The way I do this is to try connect to an obscure port number on the localhost at startup.
    if this connection succeeds I assume the app is already running. otherwise the program continues and registers as a server at that port number.
    I actually take this a little bit further by registering a web server at this port (I use the Brazil server), That way if the program finds an instance of itself running it can send a message to the web server and ask the program to do something (like start another window if,for instance you wanted to allow this but only within the same VM).

  • How to use/sync single data (file) across multiple instances of same application

    Currently we have an application (a diagram editor), that have the ability to save and load (serialize) its state in a xml file.
    Now we want this application to behave like Microsoft OneNote application. Where multiple users have the ability to access the same file.
    Later we may also need to enhance with other things like, (1)what is changed and who changed it, (2)option to resolve conflicts if any.
    I came to know about sync framework to resolve this. so far, i have not tried it.
    All i want is,
    Virtually single file should be edited by multiple instances of same application.
    We need a dll (sync framework) that does following
    It takes complete responsibility of file handling.
    Using this dll, each instance of the application will notify their own changes.
    Each instance of the application should have the ability to detect the changes that is recently made (when, who, what are the changes).
    My question:
    Will sync framework be suitable for this requirement?
    If so, is there a demo application that represents this?
    - Jegan

    Seems like I have found the solution.
    In the taskflow there is a property named data-control-scope and I set it to isolated instead of the default (shared) and this seemed to do the trick.
    I can now have two instances of the same taskflow running with different ApplicationModules
    Cheers,
    Mark

  • In Oracle 9 Application Server can we create multiple instances???

    Hi I need one help this is regarding to the oracle 9 application server in this can we create the multiple instances??
    my application was already developed and currently it is working with one instance for this i need to create the another one more instance which is same as existing and my application is web application developed in Forms6i and the db is oracle 9i my requirement is to create one more instance what are all the configuration files need to be modified and please give this info ASAP....

    It is still not very clear. What do you mean by creating "one more instance of the same application in the same application server"? By "application" do you mean another instance of OC4J in same Application Server Instance? If yes, you can do that. I mean you can create another OC4J component in same Application Server Instance without doing another installation. Refer this for details:
    http://download.oracle.com/docs/cd/A97329_03/core.902/a92171/config.htm#1010793
    If you are looking to create another Application Server Instance out of same installation/binaries (i.e. Oracle Home) than the answer is no. You can not create multiple Application Server Instances out of one Oracle Home. You will have to do another installation in a different Oracle Home and that's how you will get another Application Server Instance.
    Hope this helps.
    Thanks
    Shail

  • I want to launch multiple instances of JVM

    hi guys,
    When I go to a games room, the applet starts up and then a JVM is launched and it is visible in taskbar. If I click on another game room, the virtual machine launches another applet and the first one is destroyed, but thats no good to me, cos I want to have both applets running at the same time. I can achieve this by running one room from IE and another from Firefox, but is there a way to launch all from IE only, cos if I run both Firefox and IE it starts screwing up with my machine. So basically, I want to be able to run many instances of JVM.
    Thanks.

    That's odd, because one instance of the JVM should be
    able to handle multiple instances even of the same
    applet. Are you opening them in separate windows?no, in the same browser window...what happens is that when you click on a room, the previous window in whivh the applet was running is destrpyed and a new one is created

  • Stopping Multiple Instance of Application

    I have one application. I want to restrict user from executing the application multiple times. Means If user executes the application & again try to execute the same application, i want to stop it by giving the message as One instance already exists.
    Pls. it's very urgent.
    Thanx in advance
    Sandeep

    Well if the computer crashes, your SOL for using that program again.
    Hi
    We had done this by writing a file on the user's
    machine.
    Our application used to check the existence of that
    file. If the file is present then show him the message
    that the application is already running.Else run the
    application and create the file.
    Remember to delete that file on every exit of the
    application both NORMAL as well as ABNORMAL.
    bye

  • Detecting multiple instances of same application on startup.

    How can I detect multiple instances of same application on startup? I would like to display a message to the user stating that the application is already running [and then close out].

    How can I detect multiple instances of same
    application on startup? I would like to display a
    message to the user stating that the application is
    already running [and then close out].Congratulations on being the bazillionth person to ask this kind of question without bothering to search the internet.

  • How to allow multiple instances of air desktop application

    hi all
    Adobe air desktop application only allow single instance of
    application. How to allow multiple instances like in other desktop
    applications?.
    thanks

    Thanks a lot morgair, i will check with exe4j tool.
    Actually the problem is, thread is not waiting for second request.
    thatswhat i thought it may because of thread.
    Thanks & Regards
    Sudha

  • JDev 11g: Multiple Instances of Same Application Using Same AppModule !?

    Hi Everyone,
    I'm having difficulties with multiple instances of taskflows and their application modules.
    I have a main application which has two separate instances of a taskflow (another application with it's own appmodule). I would like for the two separate instances to use separate instances of their application module but that is not happening.
    How can I set this up ? I would like instance 1 to have it's own application module and instance 2 to have it's own as well.
    Any thoughts ?
    Mark

    Seems like I have found the solution.
    In the taskflow there is a property named data-control-scope and I set it to isolated instead of the default (shared) and this seemed to do the trick.
    I can now have two instances of the same taskflow running with different ApplicationModules
    Cheers,
    Mark

  • Stop Multiple Instances of an application

    Hi,
    The title pretty much says it all, I was wondering if I could gather your input on how to correctly stop an application running more than once in java. I have implemented both file locking methods and ServerSockets however both have their disadvantages. For example, the file locking seems to cause a problem that the file is unlocked / deleted if the process is abnormally terminated and I've yet to come up with a solution for this other than creating a batch file to auto run...Similarly, with the ServerSocket it doesn't seem to be very reliable it runs for a few moments and then disappears without an error message...
    I've been searching the web and found something called JUnique which claims to do what I'm after however I'm unsure as to whether it would work the way I'm after as it seems to be implying it works by the file locking method.
    Anyway, how do you go about solving this in your applications?
    Many thanks,
    Barto.
    Ps. The other thing was that I notice that other languages use something called Mutex to stop the running of an application multiple times - is this available in Java?
    Edited by: 799611 on 04-Dec-2010 09:18

    Do you mean the program runs (you can see it in some task manager), but the ServerSocket stops listening (something like netstat -an in Windows confirms this)?
    I belive your program simply completes and it takes the ServerSocket with it, which is just what is expected.
    Your program is dead, so another instance can start.
    Edited by: baftos on Dec 4, 2010 1:23 PM

  • Static member problem in multiple instance of  web application

    Problem
    I am working on a product which is java based. I have a war file. I have to deploy this war file in JBoss. Further, I need to run multiple instance of this war file in same JBoss instance.
    Issue
         In that war file there is servlet Start.java. That servlet calls an other class from its init method. Here is code
    public class Start extends HttpServlet
         public void init(ServletConfig config) throws ServletException
              super.init(config);
              DB.loadProperties (�db.properties�);
         } // init
         public void doGet(HttpServletRequest request, HttpServletResponse response)
              throws ServletException, IOException
                   } // doGet
         public void doPost(HttpServletRequest request, HttpServletResponse response)
              throws ServletException, IOException
                   } // doPost
    } // Start
    public final class DB implements Serializable
         public static final String     P_UID = "ApplicationUserID";
         private static final String     DEFAULT_UID = "System";
         public static final String     P_PWD = "ApplicationPassword";
         private static final String     DEFAULT_PWD ="System";
         public static final String     P_STORE_PWD = "StorePassword";
         private static Properties           s_prop = new Properties();
    public static boolean loadProperties (String filename)
         {    // looks for properties file
    s_prop = new Properties();
              FileInputStream fis = null;
              try
                   fis = new FileInputStream(filename);
                   s_prop.load(fis);
                   fis.close();
              catch (FileNotFoundException e)
                   log.warning(filename + " not found");
                   loadOK = false;
         �}
    As you can see if I deployed two instance of this war in JBoss and assume each instance point to its own properties file. The �Static� members are problem.
    Restriction
         I am not allowed change the code or logic of the product. I must be able to get some thing outside or apply a patch to solve this problem.
    Please Help
    Possible option that I have thought
    1 Using multiple JVM - Not an option in this project
    2 Using multiple JBoss � Not the requirement (need to run only on single Instance of JBoss)
    3 Use own class loader for war/ear � don�t know how in JBoss need help.
    I am using JBoss 3.2.3
    Thanks,
    Kumaran

    Static members belong to the class. So, you needto
    think of multiple JVMs for your problem.Thanks for reply.
    don�t know how in JBoss need helpJust guessing... clustered environment MAYBE
    RichThanks Rich,
    I don�t know how Cluster environment solve my problem. I need more information on your thought. Cloud you explain it.
    Kumaran

Maybe you are looking for

  • How to configure rescheduling for sale order quantities

    kindly explain how to configure rescheduling for sale order quantities that are created last month. kindly explain. i am in urgent. regards, g.v.shivakkumar

  • VoFR PVC for data and PVC for voice with FRTS

    Dear friends, It is my first experience configuring VoFR. My access rate is 128 Kbps and the CIR is 64 Kbps. I configured the router following some cisco examples using "vofr cisco" and FRTS into my "map-class" for voice. You can see my config in the

  • Material Has wrong product hierarchy when entered in sales Order VA01

    Hi, Material -1300  - has a wrong product hierarchy. If you search for product hierarchy via Tcode mm03 - basic data1 you will find the following hierarchy: 00P4SU000D8400600H However if you enter an order with Tcode va01, enter Material 1300  - in t

  • Canonicalizing mapping in a WeakHashMap

    What a canonicalizing container is? Maybe one that stores unique objects. Unique objects in the sense that their equivalence is only established via ==, not based on the state? In the API for WeakHashMap : " This class is intended primarily for use w

  • Why can't I connect my phone to the app store?

    Went onto my phone's app store app to check for updates.  Once I selected to update all, the attempted connection timed out, giving the error "Unable to connect to the App Store (Cancel or Retry)". I've done a soft reset (power off by holding the top