Top "Multiple-instances" questions

Multiple-instances are two or more programs which share the same code and run at the same time

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 …

vb6 multiple-instances
Logging multiple instance application best practice?

I finally tried log4net for my WPF desktop application. I'm struggling with the fact that RollingFileAppender has no built …

c# .net log4net multiple-instances
2+ (multiple) emails in jQuery Validated text input

I've been working on this for a few hours now and can't seem to make it work. I need more …

jquery validation email multiple-instances
How to close specific JFrame based on events on JPanel without exiting application?

How do I exit a particular frame based on a simulation on a JPanel within that particular frame without exiting …

java swing jframe jpanel multiple-instances
Javascript str.search() multiple instances

How can I retrieve multiple indexes from multiple instances of a string search? var str = "food"; var index1 = str.search("…

javascript string search indexing multiple-instances
Auto Populate fields in MS Access Form

Is there a way to automatically populate fields in an MS Access form? Lets say the user makes a selection …

forms ms-access return-value multiple-instances auto-populate
jQuery multiple selector with $(this)

is there any way to make this work: $(this, '#foo') with that I want to select "this" element and #…

jquery jquery-selectors this getelementbyid multiple-instances
Android - How to create Multiple instances of an Activity?

I was wondering is it possible to create multiple instances of a single Activity in Android? I currently start my …

android android-activity multiple-instances
TwistedWeb on multicore/multiprocessor

What techniques are people using to utilize multiple processors/cores when running a TwistedWeb server? Is there a recommended way …

twisted multiple-instances twisted.web
Multiple instances of a self hosted WCF service

We have a "worker" service running from console application in c#, for development we were always running a single instance …

c# .net wcf multiple-instances self-hosting