I have some questions about the performance of this simple python script: import sys, urllib2, asyncore, socket, urlparse
I\'m trying to learn asyncore module. So I decided to develop a chat program. I have to listen the network and broadcast udp packages same time. But problem is while user typing a message, user cannot
I need to connect to a server (e.g. smpp server) and send periodic data every 2 seconds, here\'s the code:
For fun, I\'m writing a minimal IRC server with asynchat. I\'m trying to clear up a few fundamentals (my specific questions follow the code). I\'ve decided not to use anything in Twisted just so I can
Am working on the back-end of Django web app that also has to do socket I/O with sensor devices in the field via GPRS using TCP communication.
I have some problems using asyncore with AF_UNIX sockets. This code import asyncore, socket, os class testselect(asyncore.dispatcher):
I have the following situation: SomeServer(S) <-> (C)MyApp(S) <-> (C)User (S) represents a server socket
I have a need for a callback kind of functionality in Python where I am sending a request to a webservice multiple times, with a change in the parameter each time.I want these requests to happen concu
I\'m unfamiliar with asyncore, and have very limited knowledge of asynchronous programming except for a few intro to twisted tutorials.
I\'m building a little MMORPG and im trying to use asyncore rather then threading. 1) How would i send data to certain clients, because in threading a saved each clients socket and current in a dicti