2

anyone aware on open source project that uses ACE as the framework?

Thanks,

I.

Illia
  • 21
  • 1

4 Answers4

2

TAO (The ACE ORB), an open-source implementation of a CORBA Object Request Broker.

DumbCoder
  • 5,696
  • 3
  • 29
  • 40
  • 1
    Well, TAO is practicably part of the ACE framework; so that not what I was aiming for. Thnaks, I. – Illia Jul 12 '10 at 11:46
2

Trinity core open source MMORPG server uses ACE

Might be worth asking on the mailing list - there is some activity on there.

danio
  • 8,548
  • 6
  • 47
  • 55
1

the Who uses ACE page lists an open source project called osmius (SVN repo).

smerlin
  • 6,446
  • 3
  • 35
  • 58
  • 1
    Thanks, but that's the only mentioned there. The things is that for such a framework I would expect more OS project using it. and it makes me wonder why i can't fins any. I. – Illia Jul 12 '10 at 11:54
  • well, many OS projects are written on/for Unix using C, so using ACE is out of question for those projects. Additionally i many OS projects have their own Operating System Abstraction layer e.g. Mozillas NSPR, maybe written before ACE became popular... – smerlin Jul 12 '10 at 12:19
0

See http://www.dre.vanderbilt.edu/~schmidt/ACE-users.html for a big list of projects using ACE

Johnny Willemsen
  • 2,942
  • 1
  • 14
  • 16