multiple-instances Questions
4
Solved
I finally tried log4net for my WPF desktop application.
I'm struggling with the fact that RollingFileAppender has no built in support for multiple instance application.
I don't like an idea of r...
Pinhead asked 20/4, 2011 at 9:32
3
I simply need to install multiple instances of my application saving them in different folders, with no shortcut on desktop.
In other words, when the App is already installed in a Folder, if I doub...
Menhir asked 5/11, 2015 at 9:20
6
Solved
I want to be able to have two instances which are completely independent in the sense that I can be working on two separate unrelated projects in different folders without any interference.
Madriene asked 11/8, 2014 at 19:35
3
I want to use Bootstrap ScrollSpy with multiple nav, my main nav and a vertical subnav.
I tried multiple thing like :
<body data-spy="scroll" data-target="#main-nav #subnav">
<body data...
Twilley asked 28/5, 2014 at 17:26
7
I'm trying to get multiple instances of Google Translation Drop Down to show up, but it seems it will only pick one to show up.
Full Page Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tra...
Ulrikaumeko asked 13/2, 2014 at 16:23
5
Solved
I'm working on a web app using PHP on Apache. $_SESSION variables are used quite a bit for the information that must persist across pages.
We need each user to be able to open multiple concurrent ...
Peppergrass asked 20/5, 2011 at 2:56
7
Solved
I'm working with Selenium, and am wondering if it's possible to use multiple TABS at once? I do not want to use multiple browser instances (i.e., 2 copies of IE pun). IF IT IS NOT possible, how wou...
Kamin asked 9/8, 2013 at 15:42
6
Solved
I'd like to have multiple instances of CKEditor based on the same config settings, but with different heights. I tried setting up config with the default height, setting up the 1st instance, then o...
Matrona asked 20/6, 2012 at 16:41
5
Solved
I am trying to run multiple instances of Tomcat, but even after configuring different ports for listening and shutting down the second instance, it keeps trying to listen on 8080 (configured for 80...
Rolland asked 19/4, 2013 at 17:43
1
Here is my use case.
Several instances of webpack-dev-servers, running simultaneously on shared server everyone is serving content on its one port.
At some point, every site falls into [WDS] Dis...
Munster asked 6/12, 2017 at 14:34
2
I recently saw a blog, which suggested two instances of Jenkins can run on same Windows machine: Two Guys Arguing, Pro Tips: Run Multiple Jenkins CI Servers on a Single Machine.
But rather than de...
Versieversification asked 2/7, 2016 at 9:15
1
Visual Studio 2015 has the "New Window" button and "Window|New Window" menu item disabled for HTML files. I need this feature enabled.
I've found ways to do it for VS 2010, but not for VS 2015. A...
Qoph asked 22/12, 2015 at 15:34
2
My goal is to use the d3 force layout to display two different networks that share the same nodes. For example, among four people, you could define a social network and a genealogy network; the nod...
Disposed asked 30/11, 2012 at 17:44
2
Solved
My question is how to use node-schedule to run a cron only on one instance out of two instances of node server.
Currently it is running on both instances but I want it to be executed only on one in...
Localism asked 4/11, 2016 at 12:23
4
is it possible to start multiple activities at once? I mean, from main create 3 activities in some order and just the last will be visible? Up to now, I was able to create only one activity.
Thank...
Prowl asked 7/10, 2011 at 7:32
2
Solved
So, I have a windows service which can have multiple instances installed on a single server. The installer needs to be able to upgrade a single instance. The installer uses Instance Transforms, but...
Idyllist asked 4/4, 2014 at 10:46
6
Solved
There is a simple Windows batch file that runs multiple instances of application:
start app.exe param1
start app.exe param2
Is there a way to run them asynchronously at the same time (which abov...
Pasco asked 12/9, 2013 at 7:50
3
Solved
is there any way to make this work:
$(this, '#foo')
with that I want to select "this" element and #bar as well.
For selecting let's say two IDs, it is just as easy as '#foo, #bar', but when I wa...
Encumbrancer asked 6/7, 2013 at 19:13
1
Solved
I am trying to write a JQuery plugin called grid2carousel which takes some content in a Bootstrap-style grid on desktop devices and becomes a carousel on smaller screens.
The plugin works fine if ...
Asthmatic asked 6/7, 2016 at 9:46
2
I have two questions:
In Rails 3 you can update multiple records using
Product.update(params[:products].keys, params[:products].values)
How do you do the same thing in Rails 4 using Strong Pa...
Siqueiros asked 8/11, 2013 at 19:7
3
I need to implement feature in my Andorind app which allows to play two different synthesized languages in current Acitivity - for instance having two buttons Say English and Say French
I've tried...
Menial asked 18/11, 2014 at 12:27
1
Solved
Suppose we have a package foos containing classes, which all of them implements some IFoo.
We also have a class, Baz which contains a data-member, List<IFoo> fooList.
Is it possible to injec...
Rajewski asked 13/2, 2016 at 16:17
1
When I try to open two projects in two different instances of Visual Studio and run both of them locally in debug mode at the same time (say, a web application and the backend WebService that it us...
Trustee asked 16/10, 2015 at 17:13
1
Solved
I'm beginning to develop apps for the Universal Windows Platform (Windows 10), and I'm making an app that needs to be able to run on multiple instances. I've seen that this is possible with the uni...
Nibbs asked 27/9, 2015 at 10:43
3
Solved
I have an interface in my project that 2 classes implement it:
public interface IService
{
int DoWork();
}
public class Service1:IService
{
public int DoWork()
{
return 1;
}
}
public class...
Found asked 31/8, 2015 at 6:3
1 Next >
© 2022 - 2025 — McMap. All rights reserved.