Tagged Questions

3
votes
8answers
593 views

Is it possible to unlisten on a socket ?

Is it possible to unlisten on a socket after you have called listen(fd, backlog)? Edit: My mistake for not making myself clear. I'd like to be able to temporarily unlisten on the socket. Calling …
1
vote
1answer
610 views

How to clone a jQuery Listen plugin event?

I have some <tr> elements on my page with a click() event attached to an image that sits inside each one. I use this code $(this).clone(true).appendTo("table#foo"); to do the following: …
0
votes
2answers
119 views

How do I make a simple DNS server listening two ports simultaneously in python

Hi, I'm trying to build a DNS server in python. It must listen two ports (8007 - client, 8008 - admin). The client only send an URL and receives the respective IP. The admin has permissions to change …
0
votes
3answers
78 views

How to create an application in J2EE which listends for an incoming request on TCP/IP socket?

I need to have a business logic running inside Glassfish 2.1 Appserver, which listens for inbound TCP connections and serves them. I feel that this kind of task is not really fit inside the appserver …
0
votes
5answers
228 views

How do I listen/identify when a program runs in Windows using C++?

Specifically, I want to listen to when programs are run and record information such as: timestamp, executable, windows name and user.
-1
votes
3answers
121 views

What language/methods to use to listen to removeable drives in Windows?

What language or method would I use to listen to the event when a removeable drive is plugged into the PC?