Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
1k views

Good Python Network Programming Resource

I'm beginning on a new project that needs to collect data from some VoIP network equiment. I'm thinking of writing a Python app using some network library. I need to know if you could recommend some ...
1
vote
1answer
279 views

How to migrate existing udp application to raw sockets

Is there a tutorial for migration from plain udp sockets (linux, C99/C++, recv syscall is used) to the raw sockets? According to http://aschauf.landshut.org/fh/linux/udp_vs_raw/ch03s04.html raw ...
0
votes
0answers
15 views

Decentralized Clustering library for Java

I am trying to develop a network safe decentralized replication based distributed system. I am looking for a java library with following requirements: Library should be able to initialize the n ...
0
votes
1answer
374 views

How to build ACE 6.0(network library) as static?

ACE supplied solution file for Visual Studio, and there were solution files for static and dynamic liking.(ACE.sln and ACE_static.sln) After they release 6.0, there was no static.sln anymore. I ...
0
votes
2answers
987 views

SQL Server connection string question [closed]

I'm trying to connect to a named SQL instance on the server. There is already default instance of SQL Server 2005 and a newly named one - SQL Server 2008. I'm using the "Network library" property to ...