Darwin Streaming Server on XP???

J

janefield2002

I wanted to know if it is possible to run Darwin on XP? Is there a
version that someone has built that does this? Please advise.

By the way, the FAQ says:

Q. What platforms does the source compile and run on?

The source currently compiles and runs on Mac OS X Server, Linux (Red
Hat 8 or higher recommended), Solaris 9, and Windows 2000/2003 Server
(NOTE: NO MENTION OF XP). It can be ported to other platforms by
modifying a handful of platform specific source files:

OSThread, OSCond, OSMutex: Implements threads, mutexes, and condition
variables. The implementations provided work on MacOS X as well as any
platform that supports pthreads.
OS: Includes some platform-specific code for getting the current time.
Implementations provided work on MacOS X as well as any platform that
supports gettimeofday.
Socket: This class is C++ wrapper for the sockets API. On MacOS X, this
class uses a set of APIs collectively called the Event Queue for
receiving events from sockets in non-blocking mode. For other
platforms, an implementation of the Event Queue APIs using select() has
been provided in ev.cpp. For more details on the Event Queue, see "What
is the Event Queue?" in the FAQ section.
 
G

Galen

In (e-mail address removed) <[email protected]> had this to say:

My reply is at the bottom of your sent message:
I wanted to know if it is possible to run Darwin on XP? Is there a
version that someone has built that does this? Please advise.

By the way, the FAQ says:

Q. What platforms does the source compile and run on?

The source currently compiles and runs on Mac OS X Server, Linux (Red
Hat 8 or higher recommended), Solaris 9, and Windows 2000/2003 Server
(NOTE: NO MENTION OF XP). It can be ported to other platforms by
modifying a handful of platform specific source files:

OSThread, OSCond, OSMutex: Implements threads, mutexes, and condition
variables. The implementations provided work on MacOS X as well as any
platform that supports pthreads.
OS: Includes some platform-specific code for getting the current time.
Implementations provided work on MacOS X as well as any platform that
supports gettimeofday.
Socket: This class is C++ wrapper for the sockets API. On MacOS X,
this class uses a set of APIs collectively called the Event Queue for
receiving events from sockets in non-blocking mode. For other
platforms, an implementation of the Event Queue APIs using select()
has been provided in ev.cpp. For more details on the Event Queue, see
"What is the Event Queue?" in the FAQ section.

Have you asked them or have you tried it? Alternatively have you grabbed VB
(any version capable of C++) and compiling it?

--
Galen - MS MVP - Windows (Shell/User & IE)
http://dts-l.org/

"My life is spent in one long effort to escape from the commonplaces of
existence." - Sherlock Holmes
 
P

Plato

I wanted to know if it is possible to run Darwin on XP? Is there a
version that someone has built that does this? Please advise.

The source currently compiles and runs on Mac OS X Server, Linux (Red
Hat 8 or higher recommended), Solaris 9, and Windows 2000/2003 Server
(NOTE: NO MENTION OF XP). It can be ported to other platforms by

Note: no mention of XP.
 
R

Richard Crowley

Plato said:
Note: no mention of XP.

Server 2000, Server 2003 and XP are all built around the
same code base. The biggest difference is the artifical
limit on the number of network connections for conventional
XP.
 
J

janefield2002

Great. So does that mean it would work if I were to stream it to only
one or 2 users at a time? Have you tried it on XP? Thanks!

PS. When you say XP, you mean XP and XP home, right?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top