-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Leigh Wanstead Sent: Friday, April 16, 2004 9:57 AM To: [EMAIL PROTECTED]; NZ Borland Developers Group - Delphi List Subject: RE: [DUG] TCP/IP or MailSlot?
Hi Jeremy, I did DCOM before, it seems that DCOM client application running on different windows version win95, win98, winNT connect to DCOM server running on different windows version will have problem. Also there is trouble related to security setting in DCOM and windows. If let me choose plain TCP/IP implemention and DCOM,(Of course DCOM can run on top of TCP/IP if I recalled correctly), I will use TCP/IP. Regards Leigh www.salenz.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeremy Coulter Sent: Friday, April 16, 2004 8:02 AM To: 'NZ Borland Developers Group - Delphi List' Subject: RE: [DUG] TCP/IP or MailSlot? Ok, well I have had a play with the INDY stuff, and got it working, but its still not quite right. Its prob. Just me tho...doing it late at night which prob. Doenst help. But I found an only Delphi 4 book I have which had about DCOM in it. The only thing that looks like a hassel is the client installation. I.e. manually having to say where the server is etc. Can this be don't progmatically via say a Setup program or something? Otherwise its too much hassel to try and get sometimes computer iliterate or people that can only manage an install to setup DCOM. Jeremy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Chuah Sent: Thursday, 15 April 2004 10:58 To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] TCP/IP or MailSlot? I thought DCOM was invented for this purpose. Why is it an overkill? I would think it is easier to use than mail slots or raw TCP/IP. ----- Original Message ----- From: "vss" <[EMAIL PROTECTED]> > Hi all. > I have a need to send data from one app to another which mcan be on > the same machine or on another PC. Our prediction is, that 95% of the > time both apps wil beon the same machine. > I am wondering, are Mailslots robust enough for this? or would I need to > use TCP/IP. > I am only passing text, and its not complex structures etc. > > I did wonder about using DCOM but it mightbe overkill for this > situation. > > Cheers Jeremy _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi _______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
