GithubHelp home page GithubHelp logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Could you please try whether removing the following lines in 
AFUNIXServerSocket#close() would do what you want?

if (boundEndpoint != null) {
            NativeUnixSocket.unlink(boundEndpoint.getSocketFile());
}

Cheers,
Christian

Original comment by ckkohl79 on 5 Oct 2010 at 6:22

  • Changed state: Started
  • Added labels: Milestone-Release1.4, OpSys-All, Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

from junixsocket.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
I'm sure this would work.  However, I realized I don't need it.  I can just 
always open the socket under a temporary name (whether there is already a 
running instance or not) and rename it.  junixsocket will try to delete the 
temporary name and fail.  So you can forget this weird request.

This approach also solves the other issue (6) I commented on.  When I want to 
gracefully shut down, I rename the socket to a new name, so it can no longer 
receive "real" connections.  (Or in the case of take-over, I link the socket to 
a new name, then rename a new socket over it.)  Then I connect to it (under the 
new name) and send a shutdown message in my application protocol.  Assuming the 
OS doesn't reorder connections, I can be sure that by the time I accepted this 
message, all real connections had already been accepted.

In other words, by using filesystem operations, I can achieve the "stop 
listening, but continue to accept backlogged connections" semantic I was 
looking for.  Cool.

Original comment by [email protected] on 6 Oct 2010 at 7:54

from junixsocket.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Agreed to solve this outside of junixsocket.
Closing.

Original comment by ckkohl79 on 20 Feb 2013 at 12:01

  • Changed state: WontFix

from junixsocket.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.