Broadcast server
I would like to write a server with the low level API of python (
socket+select and/or socket+thread ) that allow me to register client
and update them every X seconds ( could be the time, the temperature, a
stock quote, a message , ... ).
How to write the server that keep hot connections with clients and
update them when events are trigerred. I don't know how to begin this ,
i look at the python doc but the doc is more related to client updating
the server and i am not sure of the right design that could be use
here.
Thx
Manu
.
Relevant Pages
- Re: Is there an obvious way to do this in python?
... |> I want to write a small system that is transaction based. ... Yes - if you do the whole job on the server - ... |it) and HTML (but there are some python packages that knows how to build ... again - centric thinking - I really would like to change the bits on the client, ... (comp.lang.python) - Re: Advice on OSX cocoa app with Python backend
... > decided to go with a Python backend server, handling the database and ... > communicate with the Zope server. ... > because aside from data entry and client record lookups, ... which you plan to write in Python. ... (comp.lang.python) - Thread/Signal problem with threaded python app on 5.3
... server a signal, it will shut down on the next request from the ... In that case it shuts down immediately when the client ... This is on freebsd 5.3-release-p2 with python 2.4 and twisted both ... (freebsd-questions) - Re: client/server design and advice
... I was going to initially just use python ... client application which i would run on a few pc's locally when they ... the server, request a time interval (i.e. does anything need processed? ... One thing i was wondering is if it would be worth it to use c++ for the ... (comp.lang.python) - Building a new app in python and need some architecture advice.
... know I want to use python and wxWindows but thats about all I know. ... The server will be linux. ... its a client/server app with a rich GUI client. ... They certainly arent up to the task of keeping a web server locked ... (comp.lang.python) |
|