[U2] Passing varibles between processes

2009-08-27 Thread George Gallen
ok. I'm toying with making a socket server I have program A, which receives the socket requests, then I want to fire off a phantom to process the socket when it comes in. How can I pass the SOCKET handle from the main program to the phantom process. Because it's a phantom, it gets a

Re: [U2] Passing varibles between processes

2009-08-27 Thread Edward Brown
a number then you could use an item in a file as temporary holding area. Ed -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: 27 August 2009 20:15 To: U2 Users List Subject: [U2] Passing varibles

Re: [U2] Passing varibles between processes

2009-08-27 Thread Henry Unger
Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: Thursday, August 27, 2009 12:15 PM To: U2 Users List Subject: [U2] Passing varibles between processes ok. I'm toying with making a socket server I have program

Re: [U2] Passing varibles between processes

2009-08-27 Thread Edward Brown
...@listserver.u2ug.org] On Behalf Of George Gallen Sent: 27 August 2009 20:15 To: U2 Users List Subject: [U2] Passing varibles between processes ok. I'm toying with making a socket server I have program A, which receives the socket requests, then I want to fire off a phantom to process the socket

Re: [U2] Passing varibles between processes

2009-08-27 Thread George Gallen
...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Edward Brown Sent: Thursday, August 27, 2009 3:18 PM To: U2 Users List Subject: Re: [U2] Passing varibles between processes Could the listening program, which presumably is, or could be, a phantom manage the connection

Re: [U2] Passing varibles between processes

2009-08-27 Thread George Gallen
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: 27 August 2009 20:15 To: U2 Users List Subject: [U2] Passing varibles between processes ok. I'm toying with making a socket server I have program A, which receives the socket requests, then I want to fire off