Results 1 to 3 of 3

Thread: sharing socket between process in linux

Hybrid View

  1. #1

    sharing socket between process in linux

    Dear Friends,

    I m trying to share a incomming socket in my server in an
    another process.

    Please help

    Thanks in advance

  2. #2

    Re:sharing socket between process in linux

    Can you be a bit more specific please?

  3. #3

    Re:sharing socket between process in linux

    if you are talking about having say port 80 act as both a webserver and an ssh server it is not easy but is possible. i started working on a program more as an experiment than anything else, but that would "envelope", as i call it, multiple services. the way it works (well in theory) is you go to http://foo:80 then select a port from the menu there, next time you connect to foo:80 it will go directly to that port. it's based on ip address.

    it's not a perfect method and the code is not complete yet but if you want it i'll post it, it's python.

Similar Threads

  1. Desktop Linux: The Final Hurdles
    By in forum General Chat
    Replies: 1
    Last Post: 11-11-2004, 12:47 AM
  2. Novell aims Linux at corporate desktops
    By in forum General Chat
    Replies: 1
    Last Post: 11-09-2004, 01:51 PM
  3. How Do I start GUI Based Service during Linux boot process
    By uday in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 07-22-2004, 02:40 PM
  4. Opera 6.02 is out
    By coltrane in forum General Chat
    Replies: 11
    Last Post: 07-16-2002, 11:41 AM
  5. PCMCIA nic on peanut linux
    By rioguia in forum Linux - Hardware, Networking & Security
    Replies: 3
    Last Post: 07-05-2002, 05:46 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •