hi, i wish to change the way the function definition at run time in a running server. new function code which is to be executed is provided by a client at different location. i am getting it by reading a file and sending it using makefile() with server/client connected using sockets.
how can make the lines received in a string array as new function definition? or should i receive it in a different way? is there any better way to do the entire thing?
-- http://mail.python.org/mailman/listinfo/python-list