-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Using the client and server examples found here: http://www.winsocketdotnetworkprogramming.com/winsock2programming/winsock2advancedmailslot14.html Compiling them with VS2008, running the server and then "client Myslot" I keep getting "WriteFail failed with error 53." Anyone have any ideas? Links to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Using the client and server examples found here: http://www.winsocketdotnetworkprogramming.com/winsock2programming/winsock2advancedmailslot14.html Compiling them with VS2008, running the server and then "client Myslot" I keep getting "WriteFail failed with error 53." Anyone have any ideas? Links to…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a Linux box (Debian squeeze) with several NICs. The ones of interest are:
eth3 - my main link to the network (dhcp on 10.20.30.0/24)
eth0 - the first connection to my test network (static: 192.168.1.2)
eth4 - the second connection to my test network (static: 192.168.1.1)
My routing table…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am looking for a communication framework for delphi, we know there are so many communication frameworks for other languages , wcf, ecf and so forth, but i have nerver found the one for delphi till now , anybody who knows about it can give me an ider?
There are some requirements i need ,as follows:
Building…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Title: Fast concurrent MPMC queue
--
I've used the following concurrent queue algorithm enough that it warrants a blog entry. I'll sketch out the design of a fast and scalable multiple-producer multiple-consumer (MPSC) concurrent queue called PTLQueue. The queue has bounded capacity and is implemented…
>>> More