RE: tcp/ip sockets in apache module

2014-06-17 Thread Tim McCracken
: tcp/ip sockets in apache module On Fri, May 23, 2014 at 1:58 PM, Jeremy Thompson jer...@warehousesports.com wrote: I'Ll give that a shot. I'Ve used source level debugging in IDE's but it looks like I'Ll be using GDB for this one. Thanks. Have a look at http://httpd.apache.org/dev

Re: tcp/ip sockets in apache module

2014-05-24 Thread Alex Bligh
On 23 May 2014, at 18:27, Jeremy Thompson wrote: I'm trying to write a module for apache. I've successfully compile in a test module that doesn't do a whole lot yet. I would like to be able to use tcp/ip sockets in the module to talk to another server. I added in some test code that

Re: tcp/ip sockets in apache module

2014-05-23 Thread Jeff Trawick
On Fri, May 23, 2014 at 1:27 PM, Jeremy Thompson jer...@warehousesports.com wrote: I'm trying to write a module for apache. I've successfully compile in a test module that doesn't do a whole lot yet. I would like to be able to use tcp/ip sockets in the module to talk to another server. I

Re: tcp/ip sockets in apache module

2014-05-23 Thread Jeff Trawick
On Fri, May 23, 2014 at 1:58 PM, Jeremy Thompson jer...@warehousesports.com wrote: I'Ll give that a shot. I'Ve used source level debugging in IDE's but it looks like I'Ll be using GDB for this one. Thanks. Have a look at http://httpd.apache.org/dev/debugging.html On Windows, you can start

RE: [EXTERNAL] Re: tcp/ip sockets in apache module

2014-05-23 Thread Nebergall, Christopher
#ga7b7009cfaad5a84be316e523d7ef1236 -Topher -Original Message- From: Jeff Trawick [mailto:traw...@gmail.com] Sent: Friday, May 23, 2014 1:14 PM To: modules-dev@httpd.apache.org Subject: [EXTERNAL] Re: tcp/ip sockets in apache module On Fri, May 23, 2014 at 1:58 PM, Jeremy Thompson jer

Re: tcp/ip sockets in apache module

2014-05-23 Thread Nick Kew
On Fri, 2014-05-23 at 10:27 -0700, Jeremy Thompson wrote: I'm trying to write a module for apache. I've successfully compile in a test module that doesn't do a whole lot yet. I would like to be able to use tcp/ip sockets in the module to talk to another server. This may or may not make sense