Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RFD: comp.soft-sys.ace

2 views
Skip to first unread message

Steve Huston

unread,
Aug 15, 1997, 3:00:00 AM8/15/97
to

REQUEST FOR DISCUSSION (RFD)
unmoderated group comp.soft-sys.ace

This is a formal Request For Discussion (RFD) for the creation of a
world-wide unmoderated Usenet newsgroup comp.soft-sys.ace.
This is not a Call for Votes (CFV); you cannot vote at this time.
Procedural details are below.

Newsgroups line:
comp.soft-sys.ace ACE programming, porting, and systems.

RATIONALE: comp.soft-sys.ace

The ADAPTIVE Communication Environment (ACE) is an object-oriented
(OO) framework that implements many core design patterns
for concurrent communication software. ACE provides a rich set of
reusable C++ wrappers and framework components that perform common
communication software tasks across a range of operating system
platforms. The communication software facilities provided by ACE
include:

o Interprocess communication
- Inter- and intrahost, using pipes, sockets, and System V IPC
- Event demultiplexing and event handler dispatching
- Easily and flexible proactive and reactive handling of I/O,
signals, and timers.

o Service initialization
Initialize your service handling when a connection is created -
cleanly separates establishing the service from running the
service, and it's the same for all implemented types of
connections.

o Shared memory management
- Memory-mapped files, and shared memory facilities.

o Message routing
Message routing is shown in some of the example programs and
tests that come in the ACE source kit. In fact, there are lots
of examples of how to use ACE, so you don't have to start from
scratch.

o Dynamic (re)configuration of distributed services
ACE can load and unload pieces of your application for high
levels of flexibility in your application's configuration and
deployment options.

o Concurrent execution and synchronization
ACE abstracts the various thread APIs into a very usable set of
objects - you can write threaded code to run on a number of
different platforms using a single code base.

ACE is targeted at developers of high-performance and real-time
communication services and applications. It simplifies the
development of OO network applications and services that utilize
interprocess communication, event demultiplexing, explicit dynamic
linking, and concurrency. In addition, ACE automates system
configuration and reconfiguration by dynamically linking services
into applications at run-time and executing these services in one
or more processes or threads.

The C++ version of ACE has been ported to a wide range of
uni-processor and multi-process computing platforms including
many UNIX variants, Win32, VxWorks. It is freely available in
soure code form via the Internet. Commercial support and consulting
are also available.

A single source tree is used for all platforms. There is also a
Java version of ACE.

You can get further information on ACE from the ACE home page
( http://www.cs.wustl.edu/~schmidt/ACE.html ) at Washington
University as well as Riverace Corporation's web site
( http://www.riverace.com ).

ACE is currently discussed on the ace-...@cs.wustl.edu mailing
list, which has approximately 500 subscribers. The mailing list
receives between 30 and 50 messages per day. Many current and
potential users of ACE would be better served by a newsgroup format
discussion.

CHARTER: comp.soft-sys.ace

The comp.soft-sys.ace newsgroup is formed for discussions of the
following topic areas:
- ACE announcements (new kits, etc.)
- Questions on how to use pieces of ACE
- Source code problems, fixes, and modifications
- Possible extensions and additions to ACE
- Questions which arise during porting to a new platform
- Systems built using the ACE frameworks, including the ACE
Web Server (JAWS) and the ACE ORB (TAO).

Posts which deal with particular platform or compiler issues that are
unrelated to one of the above topics are better made in a newsgroup
dealing specifically with the platform or compiler.

Posting of binary files is prohibited.

Infrequent posting of ACE-relevant commercial information is allowed.
The same posting may not be posted more often than monthly.
Posting of commercial information that is not strongly related to
ACE is prohibited.

END CHARTER.

PROCEDURE:

This is a request for discussion, not a call for votes. In this phase
of the process, any potential problems with the proposed newsgroups
should be raised and resolved. The discussion period will continue for
a minimum of 21 days (starting from when the first RFD for this
proposal is posted to news.announce.newgroups), after which a Call For
Votes (CFV) may be posted by a neutral vote taker if the discussion
warrants it. Please do not attempt to vote until this happens.

All discussion of this proposal should be posted to news.groups.

This RFD attempts to comply fully with the Usenet newsgroup creation
guidelines outlined in "How to Create a New Usenet Newsgroup" and "How
to Format and Submit a New Group Proposal". Please refer to these
documents (available in news.announce.newgroups) if you have any
questions about the process.

DISTRIBUTION:

This RFD has been posted to the following newsgroups:

news.announce.newgroups
news.groups
comp.lang.c++
comp.object
comp.programming.threads
comp.sys.hp.hpux
comp.unix.aix
comp.unix.osf.osf1
comp.unix.programmer
comp.unix.solaris

and the following mailing lists:

ace-...@cs.wustl.edu (Discussion of ACE issues, porting, programs)
Subscribe via ace-user...@cs.wustl.edu
ace-an...@cs.wustl.edu (ACE announcements)
Subscribe via ace-announ...@cs.wustl.edu

Proponent: Steve Huston <shu...@riverace.com>

Neil Crellin

unread,
Sep 18, 1997, 3:00:00 AM9/18/97
to

FIRST CALL FOR VOTES (of 2)
unmoderated group comp.soft-sys.ace

This CFV is to be distributed only by the votetaker. It is not to be
posted to newsgroups, or mailed to mailing lists or individuals, except by
the votetaker. Ballots or CFVs provided by anyone else will be invalid.

Newsgroups line:
comp.soft-sys.ace ACE programming, porting, and systems.

Votes must be received by 23:59:59 UTC, 9 Oct 1997.

This vote is being conducted by a neutral third party. Questions
about the proposed group should be directed to the proponent.

Proponent: Steve Huston <shu...@riverace.com>
Votetaker: Neil Crellin <ne...@stanford.edu>

RATIONALE: comp.soft-sys.ace

ADAPTIVE Communication Environment (ACE) is a freely-available
object-oriented C++ framework that implements many core design
patterns for concurrent communication software. ACE simplifies


development of OO network applications and services that utilize
interprocess communication, event demultiplexing, explicit dynamic
linking, and concurrency. In addition, ACE automates system
configuration and reconfiguration by dynamically linking services
into applications at run-time and executing these services in one
or more processes or threads.

ACE is currently discussed on the ace-...@cs.wustl.edu mailing


list, which has approximately 500 subscribers. The mailing list

receives between 30 and 50 messages per day. A number of
subscribers have expressed a desire to have a newsgroup, wanting
to alleviate the volume of email received.

CHARTER: comp.soft-sys.ace

The comp.soft-sys.ace newsgroup is formed for discussions of the
following topic areas:
- ACE announcements (new kits, etc.)
- Questions on how to use pieces of ACE
- Source code problems, fixes, and modifications
- Possible extensions and additions to ACE
- Questions which arise during porting to a new platform
- Systems built using the ACE frameworks, including the ACE
Web Server (JAWS) and the ACE ORB (TAO).

Posts which deal with particular platform or compiler issues that
are unrelated to one of the above topics are better made in a
newsgroup dealing specifically with the platform or compiler.

Posting of binary files is prohibited.

Infrequent posting of ACE-relevant commercial information is allowed.
The same posting may not be posted more often than monthly.
Posting of commercial information that is not strongly related to
ACE is prohibited.

END CHARTER.

GATEWAYS: comp.soft-sys.ace

Gateway mailing list name: ace-users
Submission address: ace-...@cs.wustl.edu
Request address: ace-user...@cs.wustl.edu

IMPORTANT VOTING PROCEDURE NOTES: READ THIS BEFORE VOTING

Standard Guidelines for voting apply. One vote per person, one account
per voter. Votes must be mailed directly from the voter to the votetaker.
Anonymous, forwarded or proxy votes are not valid. Votes mailed by
WWW/HTML/CGI forms are considered to be anonymous votes.

Vote counting is automated. Failure to follow these directions may
mean that your vote does not get counted. If you do not receive an
acknowledgment of your vote within three days contact the votetaker
about the problem. It's your responsibility to make sure your vote
is registered correctly. Duplicate votes are resolved in favor of
the most recent valid vote. Addresses and votes of all voters will
be published in the final voting results post.

The purpose of a Usenet vote is to determine the genuine interest of
persons who would read a proposed newsgroup. Soliciting votes from
disinterested parties defeats this purpose. Please do not distribute
this CFV. If you must, direct people to the official CFV as posted
to news.announce.newgroups. Distributing pre-marked or otherwise
edited copies of this CFV is generally considered to be vote fraud.
When in doubt, ask the votetaker.

HOW TO VOTE:

Extract the ballot from the CFV by deleting everything before and after
the "BEGINNING OF BALLOT" and "END OF BALLOT" lines. Don't worry about
the spacing of the columns or any quote characters (">") that your
reply inserts. Please, DO NOT send the entire CFV back to me!

Fill in the ballot as shown below. Please provde your REAL NAME and
indicate your desired vote in the appropriate locations inside the ballot.

When finished, MAIL the ballot to: < vot...@uvv.stanford.edu >
Just "replying" to this message should work, but check the "To:" line.

Examples of how to properly indicate your vote:

[ YES ] example.yes.vote
[ NO ] example.no.vote
[ ABSTAIN ] example.abstention
[ CANCEL ] example.cancellation

DO NOT modify, alter or delete any information in this ballot!
If you do, the voting software will probably reject your ballot.

If these instructions are unclear, please consult the Introduction to
Usenet Voting or the Usenet Voting FAQ at http://www.stanford.edu/~neilc/uvv.

======== BEGINNING OF BALLOT: Delete everything before this line =======
.-----------------------------------------------------------------------
| 1ST CALL FOR VOTES: comp.soft-sys.ace
| Official Usenet Voting Ballot <CSA-0001> (Do not remove this line!)
|-----------------------------------------------------------------------
| Please provide your real name, or your vote may be rejected. Place
| ONLY your name (ie. do NOT include your e-mail address or any other
| information; ONLY your name) after the colon on the following line:

Voter name:

| Insert YES, NO, ABSTAIN, or CANCEL inside the brackets for each
| newsgroup listed below (do not delete the newsgroup name):

Your Vote Newsgroup
--------- -----------------------------------------------------------
[ ] comp.soft-sys.ace

======== END OF BALLOT: Delete everything after this line ==============

DISTRIBUTION:

In addition to the groups named in the Newsgroups: header, the CFV
and the eventual RESULT posts will be mailed to these mailing lists:

Mailing list name: ace-users
Submission address: ace-...@cs.wustl.edu
Request address: ace-user...@cs.wustl.edu

Mailing list name: ace-announce
Submission address: ace-an...@cs.wustl.edu
Request address: ace-announ...@cs.wustl.edu

This CFV was created with uvpq 1.0 (Aug 14 1997).
PQ datestamp: 970324

--
Voting address: vot...@uvv.stanford.edu

Neil Crellin

unread,
Sep 28, 1997, 3:00:00 AM9/28/97
to

LAST CALL FOR VOTES (of 2)
unmoderated group comp.soft-sys.ace

RATIONALE: comp.soft-sys.ace

CHARTER: comp.soft-sys.ace

END CHARTER.

GATEWAYS: comp.soft-sys.ace

HOW TO VOTE:

| Official Usenet Voting Ballot <CSA-0002> (Do not remove this line!)


|-----------------------------------------------------------------------
| Please provide your real name, or your vote may be rejected. Place
| ONLY your name (ie. do NOT include your e-mail address or any other
| information; ONLY your name) after the colon on the following line:

Voter name:

| Insert YES, NO, ABSTAIN, or CANCEL inside the brackets for each
| newsgroup listed below (do not delete the newsgroup name):

Your Vote Newsgroup
--------- -----------------------------------------------------------
[ ] comp.soft-sys.ace

======== END OF BALLOT: Delete everything after this line ==============

DISTRIBUTION:

In addition to the groups named in the Newsgroups: header, the CFV
and the eventual RESULT posts will be mailed to these mailing lists:

Mailing list name: ace-users
Submission address: ace-...@cs.wustl.edu
Request address: ace-user...@cs.wustl.edu

Mailing list name: ace-announce
Submission address: ace-an...@cs.wustl.edu
Request address: ace-announ...@cs.wustl.edu

comp.soft-sys.ace Acknowledgement Bounce List - No need to revote
-------------------------------------------------------------------------------
"CN=Kieran J. Beltran/OU=Watson/O=IBM Research@IBMUS"@us.ibm.com Kieran J. B
xyz...@laplaza.org Mats Wichmann

Neil Crellin

unread,
Oct 13, 1997, 3:00:00 AM10/13/97
to

RESULT
unmoderated group comp.soft-sys.ace passes 238:18

There were 238 YES votes and 18 NO votes, for a total of 256 valid
votes. There were 3 abstentions.

For a group to pass, YES votes must be at least 2/3 of all valid
(YES and NO) votes. There must also be at least 100 more YES votes
than NO votes.

A five day discussion period follows this announcement. If no
serious allegations of voting irregularities are raised, the
moderator of news.announce.newgroups will create the group shortly
thereafter.

Newsgroups line:
comp.soft-sys.ace ACE programming, porting, and systems.

The voting period closed at 23:59:59 UTC, 9 Oct 1997.

This vote was conducted by a neutral third party. Questions

RATIONALE: comp.soft-sys.ace

CHARTER: comp.soft-sys.ace

END CHARTER.

GATEWAYS: comp.soft-sys.ace

comp.soft-sys.ace Final Voter list

Voted YES
------------------------------------------------------------------------------
ro...@cst.com.au Roger Tragin
sup...@odi.com.au Mark Wright
ro...@in.ot.com.au Rodney Skinner
stu...@in.ot.com.au Stuart Powell
br...@dstc.edu.au bradley schatz
year...@club.innet.be Stefaan Claes
Bro...@aecl.ca Richard Brown
Dan...@aecl.ca Brent Daniel
Dou...@aecl.ca Richard Doucet
Par...@aecl.ca Alistair J. Parker
V...@aecl.ca Hai Vu
mi...@fmfcs.hlfx.dnd.ca Mike Gingell
sk...@nortel.ca SEUNG KANG
pa...@inorth.on.ca Trevor Tymchuk
matthew...@stratos.ca Matthew Newhook
chard...@tech.ascom.ch Laurent Chardonnens
Johannes...@cern.ch Johannes Gutleber
kris....@cern.ch Kostro
kel...@dial.eunet.ch Keller Alfred
go...@ing.puc.cl Gonzalo A. Diethelm
ngo...@acuson.com Nilesh R. Gohel
b...@aesthetic.com Brad Needham
s...@aesthetic.com Stevan
Oleg....@AIG.com Grunin, Oleg
SPU...@pcnet1.ascs.aro.allied.com Tony Spuria
gsal...@simsun.atsc.allied.com Gary Salsbery
wtho...@altaira.com Warren W. Thompson
jo...@als.ameritech.com Jon Prettyman
j...@apti.com James L. Preston
r...@apti.com Richard Yu
raco...@atos-group.com R. Allen Conway
m...@wnmail.wndev.att.com Michael Lindner
waclaw...@attws.com Waclaw T. Antosz
kuz...@Bear.COM Slawomir Kuzniar
rkur...@Bear.COM Rao Kurmala
rood...@best.com Reza Roodsari
er...@bhi.com Erik Urdang
ke...@luey.redars.ca.boeing.com Steven Richard Keech
j...@but-i-dont-like-spam.boxmail.com John David Galt
a...@minniemouse.cemax.com Truong, An
kr...@cgi.com Kevin M. Krom
m...@cisco.com Michael R. MacFaden
saps...@cisco.com Mark A. Sapsford
Adam_S...@compuserve.com Adam Schmidt
eran.b...@comverse.com Eran Brezner
as...@crosskeys.com Adrian Salt
ro...@scotch.den.csci.csc.com Rick Orr
cc...@cseg.com Christopher Cobb
do...@splat.dat.com Doug Huang
D'Er...@mail.dec.com Dan D'Eramo
dy...@nio.dec.com Thomas Dyer
san...@nio.dec.com Stefano M. Santoro
tru...@nio.dec.com David Trumble
al...@zko.dec.com Christopher R. Allen
s...@deltanet.com Sergei L.Grichine
AN...@Engagetech.com Avraham Nash
fla...@fallschurch.esys.com Fred LaBar
jpet...@fallschurch.esys.com Jeffrey J. Peterson
rds...@fedex.com Rob Short
m...@fivebats.com Mike Coleman
Hokku...@fmr.com Hokkun Pang <Hokku...@fmr.com>
ed...@funcom.com Eddie Pick
jo...@funcom.com Jorn Jensen
kn...@funcom.com Knut Johannessen
t...@funcom.com Torbjorn Lindgren
ra...@future-minds.com Ravi Nagabhyru
ko...@gsao.med.ge.com Jim Kohli
svra...@globalmt.com Steve Vranyes
satosh...@gs.com Satoshi Ueno
kame...@CCGATE.HAC.COM Karen Amestoy
mscal...@CCGATE.HAC.COM Michael Callinan
rl...@synertech.highmark.com Robert Lyng
aval...@hns.com Aaron Valdivia
m...@nsmd.aus.hp.com Mitch Davis
ran...@hpindavg.cup.hp.com Alex Ranous
thar...@hplpds.hpl.hp.com Tim Harrison
ckov...@i-cube.com Carl Kovamees
jor...@hursley.ibm.com Rob Jordan
"CN=Kieran J. Beltran/OU=Watson/O=IBM Research@IBMUS"@us.ibm.comKieran J. Beltran
cl...@iccokc.com Cary Clark
zehavi...@mail.icomverse.com zehavit alon
pkr...@icverify.com Peter Kropf
IanHo...@Iname.com Ian Holsman
gi...@ipro.com Mark Gisi
da...@ivory-sw.com Dani Flexer
jo...@joshr.com Josh Rabinowitz
jc...@lads.com James CE Johnson
edd...@liffe.com Edmund McConnell
Brian...@liffe.com Brian Raven
seif...@lot11.com Douglas A. Seifert
y...@emailbox.hdtv.lucent.com Yigong Liu
hvi...@lucent.com Henry Vidal
msanm...@magellan.com Marcelo San-Martin
dri...@metronet.com Darrell Rials
n...@metsci.com Neil B. Cohen
Z...@mgl.com John Dhom
hu...@coach.mlog.com Hung Dao
gmi...@mnsinc.com Gordon James Miller
TWal...@mobsec.com Terry Walters
mbri...@msi.com Matt Brincho
edga...@ix.netcom.com Edgar Villanueva
kalb...@ix.netcom.com Keith Brown
meve...@ix.netcom.com Mark Everline
jo...@ObjecTime.com John Prokopenko
mesn...@ociweb.com Phil Mesnier
ta...@onsoft.com Bill Tang
rit...@orbisys.com Stephen Ritter
Jeff....@osi.com Jeff Hayes
a...@panix.com Alan Cabrera
dobr...@persimmon.com Tom Dobridge
clay....@persimmon.com Clay Porter
ja...@pinion.com Jack Erickson
kat...@praja.com Arun Katkere
san...@praja.com Sanjay Jain
bege...@proaxis.com Gabe Beged-Dov
vl...@staff.prodigy.com Vladimir Schipunov
avi...@Rational.COM Vital Aza
shu...@riverace.com Steve Huston
sna...@rocketmail.com Satyajit (Sat) Nashikkar
ad...@royalblueny.com Adam Miller
bol...@rtlogic.com Brian C. Olson
ma...@wonka.osg.saic.com Mark L. Boriack
rob...@eur.sas.com Robert Davidson
jo...@sccsi.com Jody Winston
mckn...@signalsoftcorp.com Michael McKnight
ri...@solect.com Rick Yazwinski
DCo...@SolutionsIQ.com Dann Corbit
sta...@stamper.com Chris Stamper
dan...@garonne.stortek.com Montalibet Daniel
pom...@garonne.stortek.com
ge...@sweng.stortek.com Chuck Gehr
CLAR...@tandem.com Tom Clark
da...@tbs-first.com David Hooker
Nuwan.Sam...@tckmail.TeleCheck.com Nuwan Samaranayake
bo...@titan.com Bob Dunmire
sgo...@titan.com Shimon Gonen
Tom....@tais.toshiba.com Tom Phan
jba...@sparrow.sac.unify.com John Basrai
c.mit...@unikix.com Calum Mitchell
hbo...@verity.com Hugh Bolton
rh...@virtc.com Robert V. Head
t...@visi.com Todd Murray
bwag...@wrc.xerox.com Bill Wagoner
ar...@ais-gmbh.de Arndt Schoenewald
mue...@via.dofn.de Norbert Mueller
Ekkehar...@gmx.de Ekkehard Uthke
Christoph...@ptv.de Christoph Poggemann
Hans.R...@mchp.siemens.de Hans Rohnert
tspe...@cip.informatik.uni-erlangen.de Thomas Peuker
Philipp....@informatik.uni-erlangen.de Philipp Slusallek
1gro...@informatik.uni-hamburg.de Peter Grotrian
kiel...@informatik.uni-siegen.de Thilo Kielmann
jan.sp...@informatik.uni-weimar.de jan springer
d...@maigret.cog.brown.edu David Ascher
kan...@moncol.monmouth.edu Raman Kannan
s015...@moncol.monmouth.edu V.R.Reddy Sabbella
s021...@moncol.monmouth.edu Veenatejaswini R. Prahlad
s022...@moncol.monmouth.edu Sudhir Ogirala
s027...@moncol.monmouth.edu Venkat Tadi
s030...@moncol.monmouth.edu Kavitha Challapalli
ra...@monnet.monmouth.edu Rajiv Kottomtharayil
ator...@sgi4.mcs.sdsmt.edu AUDUN TORNQUIST
pro...@npac.syr.edu Paul Roman
ri...@bcm.tmc.edu Richard Miller
mes...@eecs.uic.edu Mikhail Estrin
sin...@uiuc.edu Ashish Singhai
Paul.Be...@m.cc.utah.edu Paul Bernhardt
pa...@cs.utexas.edu D. Page
ianf...@mail.utexas.edu Ian Fasel
cdg...@cs.wustl.edu Christopher David Gill
clee...@cs.wustl.edu Chris Cleeland
cor...@cs.wustl.edu Carlos O'Ryan
ir...@cs.wustl.edu Irfan Pyarali
j...@cs.wustl.edu James Hu
lev...@cs.wustl.edu David L. Levine
n...@cs.wustl.edu Nanbor Wang
pj...@cs.wustl.edu Prashant Jain
sb...@cs.wustl.edu Seth Widoff
sch...@cs.wustl.edu Douglas C. Schmidt
ser...@cs.wustl.edu Sergio Flores-Gaitan
si...@mail.cs.hut.fi Sivalingam Kengatharan
he...@lut.fi =?ISO-8859-1?Q?Petri_Heinil=E4?=
chi...@tele.nokia.fi Wei Chiang
chri...@club-internet.fr Christian Millour
he...@cisi.cnes.fr HEITZ Maurice
du...@cppm.in2p3.fr Pierre-Yves Duval
james.s.r...@gsfc.nasa.gov J. Scott Robinson
ha...@fsl.noaa.gov Paul Hamer
zi...@csi.forth.gr Marios ZIKOS
el...@archimedes.y-net.gr Elias Sideris
nc...@vtc.edu.hk Dr. Nam c. Low
li...@macs.biu.ac.il Liran Eshel
am...@gezernet.co.il Amos Shapira
Ma...@netmanage.co.il Mark Rabotnikov
ro...@alter.it Rochi Febo Dommarco
X...@necsy.it Doro Sandro
iw...@pic.melco.co.jp YOSHIHISA IWAKI
par...@INDY.NAVY.MIL Susan Parkerson
m...@aa.net Michael T. Peterson
pa...@worldnet.att.net Padmanaban Ramalingam
pa...@ener.net Paul Lamb
To...@gmx.net Tobias Erle
spri...@gte.net John Rogowsky
nos...@fwb.gulf.net Jules Dubois
vpd...@hiwaay.net Vic Dura
t...@icon-stl.net Thomas R. Leith
ar...@adan.kingston.net Andre Arpin
gam...@magicnet.net Jody Hagins
s...@eng.mindspring.net Sudish Joseph
dan...@sky.net Danny Porter
e...@smart.net Eric C. Newton
kum...@swbell.net Kumari Rasika Samaranayake
ei...@worldonline.nl Erik van Elsas
vur...@rempt.xs4all.nl Cynlei Vurian astin Brun
Reply-To:g...@tgkontor.tollpost.no G. Wilfred Olsen
Rito....@acm.org Antonio Manuel Ferreira Rito da Silva
sch...@aero.org Phillip Schmidt
raba...@aniline.dynamic.org Ross Bagley
xyz...@laplaza.org Mats Wichmann
gbi...@mitre.org Gary Bisaga
wgal...@chem.uw.edu.pl Wojciech Galazka
jver...@mail.telepac.pt J. Cameijo Cerdeira
Pla...@SoftLab.R-Style.ru Eugene Plaude
a...@l9.ipu.rssi.ru Alexey Gadzhiev
etm...@genesis.etm.ericsson.se Eelco Nicodem
uab...@iqb.ericsson.se Stefan Ericsson
pt9...@student.hk-r.se Freddy Karma
Goran.L...@Infologigruppen.se Goran Lowkrantz
Per.An...@ipso.se Per Andersson
ne...@medcom.se Neil Costigan
pe...@mirox.se Per Sorner
Tommy.H...@pharmasoft.se Tommy Hellstrom
sa...@swi.com.sg Saif Terai
yann...@starnet.gov.sg Young Ann Chou
X....@Bradford.ac.uk Xiaokun ZHU
j...@art.co.uk John Connett
Peter....@baesema.co.uk Peter Collins
dt...@gssec.gssec.bt.co.uk dthom

Voted NO
------------------------------------------------------------------------------
cala...@chass.utoronto.ca Tony Calabrese
ki...@best.com Kim DeVaughn
stai...@bga.com Dwight Brown
jeffer...@bigfoot.com Jeffery D. Hunt
bo...@datasync.com Martin H. Booda
d...@idiom.com d
chuckh...@mindspring.com Chuck Hoffmann
cip...@mindspring.com David A. Howard
ol...@viking.mv.com Olav Nieuwejaar
dou...@ix.netcom.com Doug O'Brien
stei...@primenet.com Jason Steiner
ma...@cs.tu-berlin.de M.Kerkhoff
pa...@lcs.mit.edu Patrick J. LoPresti
to...@null.net Tony Basoglu
mar...@pacbell.net Aaron Marquez
ch...@mail.redrose.net Chad Gatesman
ginigma@REMOVE_ultracom.net c gold
ekh...@algonet.se Jesper Ekhall

Abstained
------------------------------------------------------------------------------
guym...@deltanet.com Guy Macon
rom...@x4u2.desy.de Vladimir Romanovski
kr...@aimless.demon.co.uk Chris Keen

DISTRIBUTION:

In addition to the groups named in the Newsgroups: header, the CFV
and the eventual RESULT posts will be mailed to these mailing lists:

Mailing list name: ace-users
Submission address: ace-...@cs.wustl.edu
Request address: ace-user...@cs.wustl.edu

Mailing list name: ace-announce
Submission address: ace-an...@cs.wustl.edu
Request address: ace-announ...@cs.wustl.edu

--
Neil Crellin, UVV <ne...@stanford.edu>

Neil Crellin

unread,
Oct 16, 1997, 3:00:00 AM10/16/97
to

RESULT
unmoderated group comp.soft-sys.ace passes 238:18

There were 238 YES votes and 18 NO votes, for a total of 256 valid
votes. There were 3 abstentions.

For a group to pass, YES votes must be at least 2/3 of all valid
(YES and NO) votes. There must also be at least 100 more YES votes
than NO votes.

A five day discussion period follows this announcement. If no
serious allegations of voting irregularities are raised, the
moderator of news.announce.newgroups will create the group shortly
thereafter.

Newsgroups line:


comp.soft-sys.ace ACE programming, porting, and systems.

The voting period closed at 23:59:59 UTC, 9 Oct 1997.

This vote was conducted by a neutral third party. Questions

RATIONALE: comp.soft-sys.ace

CHARTER: comp.soft-sys.ace

END CHARTER.

GATEWAYS: comp.soft-sys.ace

comp.soft-sys.ace Final Voter list

DISTRIBUTION:

In addition to the groups named in the Newsgroups: header, the CFV
and the eventual RESULT posts will be mailed to these mailing lists:

Mailing list name: ace-users
Submission address: ace-...@cs.wustl.edu
Request address: ace-user...@cs.wustl.edu

Mailing list name: ace-announce
Submission address: ace-an...@cs.wustl.edu
Request address: ace-announ...@cs.wustl.edu

--
Neil Crellin, UVV <ne...@stanford.edu>

0 new messages