parsing different xml messages812 (7/27/2010 10:17:36 AM) comp.lang.python Hello, I receive the following different Xml Messages from a socket: 5a62ded 101 Angie online Some IP ... kaklis
Sorting a list created from a parsed xml message6140 (7/21/2010 12:36:21 PM) comp.lang.python Hi pythonistas,
From the subject of my message it's clear that i get an xml message
from a socket, i parse it and the result is a list like the one that
follows:
ID_Col
4 Server ak ip OFFLINE... kaklis
linux console command line history4142 (7/20/2010 9:38:35 PM) comp.lang.python Hi to all,
I 'm writing a linux console app with sockets. It's basically a client
app that fires commands in a server.
For example:
$log user 55
$sessions list
$server list etc.
What i want is, after ent... kaklis
Load/Performance Testing of a Web Server2164 (7/9/2010 1:17:29 PM) comp.lang.python Hi to all, i want to stress test a tomcat web server, so that i
could find out its limits. e.g how many users can be connected and
request a resource concurrently.
I used JMeter which is an excellent tool,... kaklis
Omit the headers from XML message5116 (5/28/2010 3:24:21 PM) comp.lang.python Hi i have the following xml message i want to omit the headers, any
hints?
POST /test/pcp/Listener HTTP/1.1
User-Agent: Jakarta Commons-HttpClient/3.1
Host: 127.0.0.1:50002
Content-Length: 547
... kaklis
Sockets and xml problem2104 (5/28/2010 11:50:21 AM) comp.lang.python Hi in the following code
class MyClientHandler(SocketServer.BaseRequestHandler):
def handle(self):
print self.client_address, now( )
time.sleep(5)
while True:
xml... kaklis
asyncore loop and cmdloop problem11135 (5/25/2010 8:42:06 AM) comp.lang.python Hi to all,
i'm creating a command line application using asyncore and cmd. At
if __name__ == '__main__':
import socket
args = sys.argv[1:]
if not args:
print "Usage: %s querystring... kaklis
kaklis's replies:
Items(5) /1
Parse a log file317 (1/18/2010 12:52:41 PM) comp.lang.python Hello to all! I want to parse a log file with the following format for example: TIMESTAMPE Operation FileName Bytes 12/Jan/2010:16:04:59 +0200 EXISTS sample3.3gp 37151 12/... kaklis(26)
Load/Performance Testing of a Web Server2164 (7/9/2010 1:17:29 PM) comp.lang.python Hi to all, i want to stress test a tomcat web server, so that i
could find out its limits. e.g how many users can be connected and
request a resource concurrently.
I used JMeter which is an excellent tool,... kaklis(26)
linux console command line history4142 (7/20/2010 9:38:35 PM) comp.lang.python Hi to all,
I 'm writing a linux console app with sockets. It's basically a client
app that fires commands in a server.
For example:
$log user 55
$sessions list
$server list etc.
What i want is, after ent... kaklis(26)
Sorting a list created from a parsed xml message6140 (7/21/2010 12:36:21 PM) comp.lang.python Hi pythonistas,
From the subject of my message it's clear that i get an xml message
from a socket, i parse it and the result is a list like the one that
follows:
ID_Col
4 Server ak ip OFFLINE... kaklis(26)