A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: xml socket server

  1. #1
    Senior Member p80's Avatar
    Join Date
    Aug 2004
    Location
    MIA
    Posts
    164

    xml socket server

    here is a topic I know nothing about. maby the all knowing denisens of fk can clear some thing up for me.

    is a socket server something I can just upload to my web server and use, or is it something that the server admin must install and configure like a php server.


    thanks

  2. #2
    Senior Member tupps's Avatar
    Join Date
    Jan 2001
    Location
    Melbourne
    Posts
    2,035
    It is something that lives on your server at the same level as Apache would. It handles incoming socket connects and sends data out. On unix it is typically a daemon process and on Windows it would be a service.

    Thanks

    Luke
    Flash-XML FAQ
    http://www.tupps.com/flash/faq/

  3. #3
    Senior Member p80's Avatar
    Join Date
    Aug 2004
    Location
    MIA
    Posts
    164
    ok, thanks for the info. I obviously had some misconseptions. I'm hopeing to start working with flash, xml, and socket servers in the begining of next year. Do you know of a host that offers this sort of thing, or am I better off simply setting up a server to do what I want.

    Keep in mind I'm mainly looking for a way to develop, test, and demo projects useing this technology for school.

    thanks for the info

    seth

  4. #4
    Senior Member tupps's Avatar
    Join Date
    Jan 2001
    Location
    Melbourne
    Posts
    2,035
    There are some, but writing your own socket server is a fair bit of work once you get past the 'basic 2 person chat server'.

    It might be worth looking at Colin Moocks Unity server. I have used this in the past and it is quite good.

    Thanks

    Luke
    Flash-XML FAQ
    http://www.tupps.com/flash/faq/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center