Omgili - forum search, search forums  
  

Discussions about do listen

Displaying 1 - 10 out of 575,985 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
I'd like an Apache Web Server I have installed at home to listen on port 80 and port 8080. I've added Listen 8080 to httpd.conf and restarted the Apache services but the server doesn't seem to be listening on 8080. Punching in http://localhost:8080 times...
Started by on , 7 posts by 7 people.  
A standard Debian install of apache will have the following fragment of configuration: Listen no # NameVirtualHost ....
The safest thing to do is to stop apache, make sure it is dead on that port.
Attention to new Listen directives.
Do you listen to anything while programming? Podcast, internet radio, etc... I've always wonder if listening to music of what not makes one more or less productive. Thoughts...
Started by on , 89 posts by 89 people.  
Andrew The one thing I don't....
I usually only listen to music while coding if I can do so for some time (a few hours.
I do listen music and podcast, but after off.
Through a proceess I find music to be a huge distraction .
Imagine this sample java class: class A { void addListener(Listener obj); void removeListener(Listener obj); } class B { private A a; B() { a = new A(); a.addListener(new Listener() { void listen() {} } } Do I need to add a finalize method to B to call...
Started by on , 13 posts by 13 people.  
You don't override finalize unless you really....
In Java you don't do that.
WeakReference(owner); m_source = new WeakReference(source); } void listen() { // Handling reentrancy from C++ or some other language where people implement destructors.
Ask your Facebook Friends
Specifically, I want to listen to when programs are run and record information such as: timestamp, executable, windows name and user.
Started by on , 6 posts by 6 people.  
In the VBScript code below the WMI subsystem is being queried with Select * from Win32_Process... .
Alternatively, use the WMI interface to find out what's running and take appropriate action .
Look into using the Perfmon API's (check MSDN for references) .
On a Solaris 8 server, how do I find out what process is listening on a given port? The Windows implementation of 'netstat' offers the -o and -b switches, which show the owning process ID and name respectively. Is there an equivalent under Solaris?
Started by on , 3 posts by 3 people.  
All the PIDs and find the one listening to, say, port 25: PORT=25 for p in $(ps -eo pid) do OUT.
How would I have my C# program listen for a specific keyboard combination (say, CTRL+ALT+F2) globally. Even if my application is minimized I would want it to intercept this and do something.
Started by on , 3 posts by 3 people.  
Article on how to do such a thing: http://www.codeguru.com/vb/gen/vb%5Fsystem/keyboard/article.php.
How can i make a tcp (ive heard it called a listener?) server (simplicity is optional at this point) that can recieve data from a client thats connected as well as send data back to that individual client (more multiple clients)? ive done several tutorials...
Started by on , 4 posts by 4 people.  
There are samples all over the web, what is it that they are not doing dor you? Basic sample http://www.codeproject.com/KB/IP/socketsincsharp.aspx Proper....
You could either manually use a Socket or for a more high level view, use TcpListener class .
Suppose I have attached a variety of event listener to various form elements. Later, I want to remove the entire form. Is it necessary (or suggested) to unregister any event handlers that exist on the form and its elements? If so, what is the easiest ...
Started by on , 4 posts by 4 people.  
You have several options: Listen for events on an ancestor example, you'd do: $('foo', 'bar').each(Element.stopObserving); This is equivalent to calling.
Will accumulate over the life of the page.
I'm writing a small web server in Python, using BaseHTTPServer and a custom subclass of BaseHTTPServer.BaseHTTPRequestHandler. Is it possible to make this listen on more than one port? What I'm doing now: class MyRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler...
Started by on , 4 posts by 4 people.  
""" self.__serving = True self.__is_shut.
From BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler class Handler(BaseHTTPRequestHandler): def do_GET(self If you need to do periodic tasks, do them in another thread.
I've got a windows forms map in a WindowsFormsHost, and I need it to resize with the window. I'm just not sure what event to listen to, to do this. I need the map to only resize once the mouse is up, otherwise it lags out, and tries drawing itself a million...
Started by on , 3 posts by 3 people.  
It determines this by starting a DispatcherTimer....
This TextBlock is updated about one second after you "finish" resizing .
It defines a simple Window with a TextBlock that shows the current size .
Building on bendewey's suggestion, here's a quick sample.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Server Fault
Related Searches
how do I listen to hot 97    how do i listen to pandora on my ipod touch    how do i listen to songs in order by artist name on ipod nano   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost