<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
How about exposing a simple COM object?<br>
<br>
Phil.<br>
<br>
Ross Levis wrote:
<blockquote cite="mid004501c5f14b$ca38d2d0$ac00a8c0@stationplaylist.com"
 type="cite">
  <pre wrap="">TCP is definately useful.  I've implemented a remote utility to check 
the status of my player and provide some control and details of what's 
playing etc, but I decided to use the memory sharing facility because I 
wanted the audio engine to be separate from the application which 
controls it.  So I have 2 apps which needed fast communication, since 
it's providing VU meter data and elapsed times etc continuously 20 times 
a second.  I don't think TCP would handle that well.

This system allows users to install an update to the controlling 
application without stopping play, assuming the audio engine doesn't 
need updating as well.  This is useful since it is designed for radio 
broadcasting.

Ross.

----- Original Message ----- 
From: "Leigh Wanstead" <a class="moz-txt-link-rfc2396E" href="mailto:leighw@softtech.co.nz">&lt;leighw@softtech.co.nz&gt;</a>
To: <a class="moz-txt-link-rfc2396E" href="mailto:delphi@ns3.123.co.nz">&lt;delphi@ns3.123.co.nz&gt;</a>
Sent: Friday, November 25, 2005 11:23 AM
Subject: RE: Re: [DUG] Reference counting


Frankly speaking, I like TCP so much that I once study TCP protocol in 
Linux
source code.

Regards
Leigh
<a class="moz-txt-link-freetext" href="http://www.salenz.com">http://www.salenz.com</a>

-----Original Message-----
From: Kyley Harris [<a class="moz-txt-link-freetext" href="mailto:kyleyharris@gmail.com">mailto:kyleyharris@gmail.com</a>]
Sent: Friday, 25 November 2005 10:58 a.m.
To: <a class="moz-txt-link-abbreviated" href="mailto:leighw@softtech.co.nz">leighw@softtech.co.nz</a>; NZ Borland Developers Group - Delphi List
Subject: Re: Re: [DUG] Reference counting



  </pre>
  <blockquote type="cite">
    <pre wrap="">TCP is universal. But modern solution will be web service. ;-)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I doubt ;) Its too slow and inefficient. The fact that its generic might
be an advantage in some ways,
but the fact that the more generic you get (which is like getting more
microsoft) the easier it is
to hack your system still turns a lot of companies off. There isn't
anything particularly wrong with the
concept, but the implementation is lame.

Also, Its slower than a snail last time I tried. Which is probably why 
so
many are going back to
Terminal Clients, rather than rich thin clients. They have been let down
by the absurb network traffic speeds
of soap servers and other generics. If people of the modern era still
focused on speed AND quality, like many of
you must remember from the good old 386 days, then we'd all be pumping 
out
high power thin/rich clients.

There will never be a win to that discussion though, because everyone 
has
preference.


_______________________________________________
Delphi mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Delphi@ns3.123.co.nz">Delphi@ns3.123.co.nz</a>
<a class="moz-txt-link-freetext" href="http://ns3.123.co.nz/mailman/listinfo/delphi">http://ns3.123.co.nz/mailman/listinfo/delphi</a>

_______________________________________________
Delphi mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Delphi@ns3.123.co.nz">Delphi@ns3.123.co.nz</a>
<a class="moz-txt-link-freetext" href="http://ns3.123.co.nz/mailman/listinfo/delphi">http://ns3.123.co.nz/mailman/listinfo/delphi</a>



  </pre>
</blockquote>
</body>
</html>