in reply to socket programing and web browsers

I believe you should try the existing solutions first before you start programming your own. One (reportedly very good) chat server is jabber. It is pretty much customizable, and extendable (with perl too). It uses an open XML based protocol so you can write your own clients for it with ease. Usually the chat server is running all the time as a daemon - I don't understand why you want to start it from the client.

Replies are listed 'Best First'.
Re: Re: socket programing and web browsers
by idova (Novice) on Aug 20, 2003 at 10:47 UTC
    sorry perhaps i should explain the limitations i am forced to work under. First we dont own the web server nor can can we get to the server by any means other than via a web browser or ftp. Second we can only run on there script code, not compiled progrmas nor can we compile any so that restricts the chat server to be coded as perl or php (i had a successful test with perl). Thirdly I am super new to network programing which this is, i can data manipulate with the best of them but this is a new field so a daemon may be the best answer, but i haven't a clue as to what a daemon is nor how to get one written in perl or how to start it up from a web browser, any and all input would be appreciated