Multiple-instances are two or more programs which share the same code and run at the same time
Questions tagged [multiple-instances]
1018 questions
5
votes
1 answer
Multiple Long running IHostedSerivces or BackgroundService implementations
I cant seem to find much on this issue. The problem I am having is I have the need to be running 2+ long running background services but only the first registered service's ExecuteAsync gets executed. I have tried implementing it via…

user2258403
- 766
- 6
- 8
5
votes
3 answers
jquery ui dialog open multiple dialog boxes using the same class on the button and the content div
i want to open multiple dialog boxes by using the same class on both the button and the content div. The below works but only for the first time.
jQuery('.helpDialog').hide();
jQuery('.helpButton').click(function() {
…

MichaelAntoni
- 55
- 1
- 1
- 7
5
votes
2 answers
Multiple RequiredFieldValidators on page but they need to apply to different button clicks
I'm working on a asp.net page and I have the following scenario:
I have 2 fields that have requiredfieldvalidators which need to "fire" their validation when button1 is clicked but NOT when button2 is clicked and another field which is validated by…

Ben
- 2,058
- 9
- 29
- 39
5
votes
3 answers
Sharing Hibernate on multiple Tomcat instances
I have 4 web applications, that have a common reference to an Hibernate implementation but that run on different Tomcat instances. And so, for example, a connection pool configured in Hibernate with a min size of 3 (with c3p0), will result in 12…

Mark
- 67,098
- 47
- 117
- 162
5
votes
1 answer
Prevent opening multiple instances of VB application
My VB6 application is backed by a MS Access database. Allowing user to open multiple instances of the application would create conflicts & alter connected database.
Ideal solution would be to focus existing instance if user tries to open new…

Kushal
- 3,112
- 10
- 50
- 79
5
votes
1 answer
After phone number validation from Digits by twitter, I am getting two instance of my app in recent activity
Hiii, I have looked on Digits documentation over and over for this fix but couldn't find it. Whenever I open Digit mobile validation screen and then close it, I am getting two instance of my app in recent screen.
Here is how I am setting up…

Abhishek Patidar
- 1,557
- 1
- 16
- 25
5
votes
2 answers
Installing multiple instances of an Application with Wix Toolset
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 double-click the .msi file once again, the installer…

Costanzo Ferraro
- 169
- 2
- 12
5
votes
1 answer
sailsjs delete/update multiple rows
I am working on sailsjs, I have generated api model and controller. I am just wondering if I can post and create many entries of this model instead of use curl in commandline over and over. also does this restful interface support a delete method…

Evilsanta
- 1,032
- 11
- 18
5
votes
1 answer
Bootstrapper handling Multi-Instances msi
I am currently developping an msi installer, using wix toolset 3.8.
This installer has to be "multi-instances", which is possible through the instruction in wix. (thanks to Yan Sklyarenko and his blog entry regarding…

Gruntzy
- 423
- 2
- 7
5
votes
2 answers
WiX - Doing a major upgrade on a multi instance install
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 I am unsure how to get major upgrades working as I…

AndyK
- 298
- 1
- 3
- 9
5
votes
1 answer
Force AngularJS to use specific version of jQuery while using multiple versions of jQuery at once
I inherited the project where several version of jQuery are loaded into the page in noConflict mode. Application is huge, tests are missing and it seems every former devloper did not have "cohones" big enough to remove previous library. So the…

mrok
- 2,680
- 3
- 27
- 46
5
votes
3 answers
heroku multiple dyno socket.io
I am developing a node.js application with Socket.io and deploying same on Heroku Dyno. Socket.io is using RedisStore with its PUB/SUB. Socket.io client works perfectly fine with one dyno in heroku. But when I increase the number of dyno to more…

user2771363
- 113
- 6
5
votes
1 answer
Error using OneToOne/ManyToOne with JPA and Multiple Data Sources
I've managed to configure JPA with multiple datasources, but I get the following error when bringing up my server (Websphere liberty):
org.hibernate.AnnotationException: @OneToOne or @ManyToOne onxxx.AccountBalance.currency references an unknown…

movees
- 183
- 1
- 15
5
votes
1 answer
How to create multiple instances of the same plugin in Qt using QPluginLoader?
and first of all sorry for my english
I have developed driver for fiscal printer using Qt. Driver specifics is communication between PC and device via RS232. Driver stored in shared object (Qt plugin) and server performs its loading by…

Max Davidenko
- 113
- 8
5
votes
3 answers
Multiple redmine instances best practices
I'm studying the best way to have multiple redmine instances in the same server (basically I need a database for each redmine group).
Until now I have 2 options:
Deploy a redmine instance for each group
Deploy one redmine instance with multiple…

José Barbosa
- 913
- 8
- 17