single-instance

There are 23 repositories under single-instance topic.

  • ksnip/ksnip

    ksnip the cross-platform screenshot and annotation tool

    Language:C++2k35814158
  • soheilkd/SingleInstanceCore

    For developing single instance application - For Windows applications on .NET Core/ .NET 5

    Language:C#34583
  • tauri-apps/tauri-plugin-single-instance

    [DEPRECATED] Please use the plugin from https://github.com/tauri-apps/plugins-workspace instead.

    Language:Rust2515010
  • it3xl/WPF-app-Single-Instance-in-one-line-of-code

    WPF app Single Instance in one line of code

    Language:C#21407
  • unique4j

    prat-man/unique4j

    Java library to allow only single instance of a java application to run and enable communication between first instance and subsequent instances

    Language:Java15233
  • terjedahl/junique

    Java library that prevents user from running more than one instances of the same Java application - a.k.a. AppMutex

    Language:Java12201
  • crgimenes/single

    Ensures that only one instance of the executable is running

    Language:Go6201
  • emboiko/Socket_Singleton

    🌠 Allow a single instance of a Python application to run at once | platform agnostic

    Language:Python5110
  • AlfredoRamos/singleapplication

    Single application library for Qt without network dependency

    Language:CMake4201
  • sanyarnd/applocker

    Provides file-based locking mechanism with inter-process communication support

    Language:Java4212
  • levitation-opensource/SingleInstanceCmd

    Tool for ensuring that a process specified in the arguments is launched only one at a time. Similar to the flock tool in Linux.

    Language:C++342
  • manjeersrujan/Rest-Concurrency

    A sample SpringBoot project demonstrating Rest-Concurrency on single instance server

    Language:Java3100
  • xiaohaijoe/ReactFastMap

    单例地图组件,只需要初始化一次,就能无缝切换地图,避免组件切换带来的频繁地图初始化。A single instance map component that allow you switch the component frequently with no re-initialize.

    Language:JavaScript3101
  • Grandbrain/InstanceGuard

    InstanceGuard is a cross-platform library that allows to limit applications to one instance

    Language:C++2201
  • arran4/dart_unix_single_instance

    A library which uses unix sockets to ensure a single instance

    Language:Dart110
  • DAN-AND-DNA/singleinst

    Some single instance modules

    Language:Go120
  • DAN-AND-DNA/singleinst-examples

    example for single instance module

  • DAN-AND-DNA/singleinstmodule

    single instance module

    Language:Go120
  • vincent4vx/SingleInstance

    Java library for prevent running multiple instances of an application, and offer a communication with the first instance.

    Language:Java1100
  • zakzhu/oracle-single-instance-ansible

    This repository has been archived. Please visit https://github.com/zakzhu/oradb-ansible

    Language:HTML1100
  • J4NN0/go-cache

    Thread safe in-memory key-value cache library for Go suitable for single instance microservices

    Language:Go20
  • kathleenwest/ServiceConcurrencyDemo

    Concurrency and Instancing in WCF Services – A Demo of Service Concurrency and Instancing Behaviors with Multi-threading Clients: This project presents a simple Demo WCF Service and “Tester” Client Application demonstration that implements concurrency and instancing behaviors on a service with multiple client thread calls to a method on the service. The Demo Service is a standard template WCF service application hosted by the development IIS. The service features one simple method… a test method that simulates a long running process (it sleeps for 3 seconds). The client “tester” is a simple console application that creates multiple threads that access the service and report back on the results. The objective of this project was not to demo setup and hosting of a service, nor the client interface, but retrieve and display results of service behaviors with respect to multi-threaded access. Discussion regarding the hosting and setup of the simple IIS hosted service application will be skipped in this project article.

    Language:C#20
  • philippludwig/QtSingleInstance

    Short example on how to create a qt based single instance application.

    Language:C++00