Re: MetaCard 2.4.3 alpha 1 release

2002-05-22 Thread Pierre Sahores

Geoff Canyon a écrit :
 
 At 7:27 PM -0600 5/19/02, Scott Raney wrote:
 The major feature implemented in this release is that the Carbon
 engine for OS X is now a Mach-O format executable
 
 You rock the world, Scott. Seriously.
 

Thanks lots and more, Scott. Because the Mach-O format, we are able to
switch from Linux to MacOSX and it's there very good opportunities to
drive ;-)

Kind Regards, Pierre Sahores

WEB  VPN applications  databases servers
Inspection académique de Seine-Saint-Denis
Qualifier  produire l'avantage compétitif
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: MetaCard 2.4.3 alpha 1 release

2002-05-21 Thread Geoff Canyon

At 7:27 PM -0600 5/19/02, Scott Raney wrote:
The major feature implemented in this release is that the Carbon
engine for OS X is now a Mach-O format executable

You rock the world, Scott. Seriously.

I assume this means that you can no longer run a Carbon executable on a non-OS X 
system (i.e. OS 9 or 8.6), correct? 
-- 

regards,

Geoff Canyon
[EMAIL PROTECTED]

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: MetaCard 2.4.3 alpha 1 release

2002-05-21 Thread Signe Marie Sanne

The first public alpha test of MetaCard 2.4.3 is now available in the
directory ftp://ftp.metacard.com/MetaCard/2.4.3/

The download of MacOSPPC.sit contains mctools from 7 April which 
yields Warning:  tools stack version (2.4.2) does not match the 
engine (2.4.3A1).
-- 

1. amanuensis Signe Marie Sanne  e-mail: [EMAIL PROTECTED]
Romansk Institutttel:  +47 55 58 21 27
Oysteins gt. 1   
5007 Bergen  http://www.hf.uib.no/hfolk/mlab/default.html
Norway

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



Re: MetaCard 2.4.3 alpha 1 release

2002-05-21 Thread rmaclemale

Wow, wow, and wow.  THIS is huge.  Scott Raney rules.  MetaCard is now a 
very, very serious OS X development tool.  This will enable me to make 
lots of money... err, I mean, cool programs!  This announcement made my 
whole week.  Awesome!  Now I'll be dreaming shell scripts and metatalk 
tonight...

:)
Richard MacLemale
Network Administrator
J. W. Mitchell High School

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard



MetaCard 2.4.3 alpha 1 release

2002-05-20 Thread Scott Raney

The first public alpha test of MetaCard 2.4.3 is now available in the
directory ftp://ftp.metacard.com/MetaCard/2.4.3/

The major feature implemented in this release is that the Carbon
engine for OS X is now a Mach-O format executable, which enabled it to
use many of the features from the UNIX engines:
  1) The shell() function can be used to run subprocesses.
  2) write d to stdout and read from stdin until eof are now
 supported, making it possible to use this engine to develop CGIs
 with Apache or other UNIX-based HTTP servers.
  3) Signals can now be used (the kill command, and the signal message).
  4) The full UNIX file system can now be accessed.  The downside of
 this is that paths *must* now be in UNIX form and not the old
 MacOS form.
  5) Unix time and date functions are now used for greater accuracy
 and efficiency.

To use the new Carbon engine, open up the package (control-click on it
and then choose show package contents from the menu), and copy your
mchome.mc stack into the MacOS folder.  Then double-click on the
executable, or run the app from a terminal window.  You cannot
currently start the app up from Finder directly by clicking on the
package.  We have not fully explored the ramifications of this new
executable format in terms of packaging, etc., but then, that's what
alpha tests are for ;-)

The primary improvements to the other platforms are in the area of
reliability and performance, particularly related to image
decompression, field manipulation, and socket operations.

Another cross-platform change is in how datagram sockets work.  In
previous releases it was not possible to read and write to the same
datagram socket.  Now, you can do a single read from socket s with
message m on the client datagram socket after opening it and all
packets that arrive on that socket will send message m.  On the
datagram server side, when a new packet arrives, a new socket that has
the client address will be opened.  You can then write to this socket
to send a message back to the client, or immediately close it if only
new incoming packets are needed.


Scott Raney  [EMAIL PROTECTED]  http://www.metacard.com
MetaCard: You know, there's an easier way to do that...

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard