[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Unix socket incompatibility?




Hey, did you have to modify the code much for the port?
Other than the usual path delimeter stuff?  A pointer to the
portedcode or a summary of what you had to do whould be
hehelpful; i'll have to just re-write the same thing again.
It would be lovely to have some code available or a
nice list of needed changes...  I'll be glad to help you
try to debug if you post.


just my 2 yen,

kevin
lenzo@cs.cmu.edu

> Hi again,
> 
> I'm having difficulty using standard Unix TCP socket/bind/connect code
> (ported to MacPerl) to connect to our Unix web server.  The code works
> successfully in Unix, and appears to work on the Mac (the error codes
> are clean), but the web server either ignores, or never gets the
> connection because it doesn't appear in it's log file and no response
> is returned to our client.
> 
> Note: we use SOCK_STREAM=1.
> 
> I just spoke to someone who experienced a similar problem with socket
> code that was ported to an SGI, so now I'm even more mystified.
> 
> Thanks,
> 
> Erin
> 
> P.S. If I get this working, I will make it available.