i have a lot of programs that need quotes and i'm getting a little tired of writing code for each one
when i get another quote source. all my java programs can share the same source code, but i have
apps in other languages and phone apps. what i did with my etrade quote source was write a quote
server, in java, that uses tcp sockets. my programs then can use a socket protocol to get quotes. i also did
this with an rtd quote server using vb and they both work quite well, although, the vb one is a little slow. i'm
thinking about using python for a new server. has anyone tried using sockets in python? it's quite different
from my usual python programing. it would be a fair amount of work and i don't want to do it if i would
end up with performance or resource problems.
any other suggestions for a different solution?
when i get another quote source. all my java programs can share the same source code, but i have
apps in other languages and phone apps. what i did with my etrade quote source was write a quote
server, in java, that uses tcp sockets. my programs then can use a socket protocol to get quotes. i also did
this with an rtd quote server using vb and they both work quite well, although, the vb one is a little slow. i'm
thinking about using python for a new server. has anyone tried using sockets in python? it's quite different
from my usual python programing. it would be a fair amount of work and i don't want to do it if i would
end up with performance or resource problems.
any other suggestions for a different solution?