in reply to socket programing and web browsers

I have now looked up what the term daemon means, and yes that is what i had in mind all the time, so next question how the hell do i make one, and yes i will need to make it, the restriction on what is and is not allowed both on the server and within this company (they will spend 6 months to develop a mailing list program but wont spend 39 bucks on buying one)

Replies are listed 'Best First'.
Re: Re: socket programing and web browsers
by zby (Vicar) on Aug 20, 2003 at 11:20 UTC
    A quick search shows that there is a jabber implementation in perl Net::Jabber::Server.
    Net::Jabber::Server is a module that provides a developer easy access to developing applications that need an embedded Jabber server.
    I can't say how much of the module is some C code that will need to be compiled, but chances are that the admins will just install that module for you.