Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password

Mac > Mac Programmer Help > Re: Windows ser...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 3 Topic 3709 of 3849
Post > Topic >>

Re: Windows server, mac client, best communication method?

by David Phillip Oster <oster@[EMAIL PROTECTED] > Apr 18, 2008 at 09:22 PM

In article 
<64beb5d4-a5dd-458f-beec-15dc6a7e1f7f@[EMAIL PROTECTED]
>,
 eric <eselk@[EMAIL PROTECTED]
> wrote:

> If I have an app running on a Windows PC that is listening for clients
> on a named-pipe (CreateNamedPipe in Win32), is there any way for a Mac
> client to connect to that pipe?  From what I can tell, named-pipes on
> Windows and Mac are very different things, and are not compatible at
> all.  In the Windows world I know they use special SMB packets, so I
> imagine one could build an SMB packet in this format and send it over
> TCP or whatever protocol you wanted, but I imagine that would require
> a lot of work.
> 
> I could make my Windows app listen on a TCP/IP socket.... I'll
> probably go that route, if I have to.


Mac (and traditional Unix) named pipes are in the name space of a local 
file system. For inter-machine communication, you should have a server 
listening on a TCP/IP ****t.  Macs have built-in sup****t for afp, smb, 
nfs and WebDAV file sharing, ftp read-only,  all of these bottom out on 
tcp/ip packets.

Which one you choose depends on what you are doing. For database 
activity, none of these are appropriate. You'd be better off with a true 
database that sup****ts clients over the net, like MySQL or Postgres.
 



 3 Posts in Topic:
Windows server, mac client, best communication method?
eric <eselk@[EMAIL PRO  2008-04-17 15:29:48 
Re: Windows server, mac client, best communication method?
David Phillip Oster <o  2008-04-18 21:22:56 
Re: Windows server, mac client, best communication method?
eric <eselk@[EMAIL PRO  2008-04-21 17:00:23 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Oct 7 18:50:45 CDT 2008.