Re: Cannot run exe from asp.net Programming Web Development by lennyli … all interfaces on port 9999 server_socket.listen(1) print("Waiting for a connection...") conn, addr = server_socket.accept() print(f… Re: Cannot run exe from asp.net Programming Web Development by Salem … command prompt. So did it even give you `print("Waiting for a connection...")` ? Consider making your server main like… Re: Cannot run exe from asp.net Programming Web Development by lennyli …. > > So did it even give you `print("Waiting for a connection...")` ? > > Consider making your server… Re: Show computer name on a label Programming Software Development by Reverend Jim Still waiting for a question. Re: Buggy career talk :-P Programming by Salem … the wrong moment. Result, both spent the rest of eternity waiting for the other one to get on with it. Turning… Waiting Room Access DB Programming Software Development by barryhuizenga … taking them from a crowded cooridor to a more comfortable waiting room. The idea is to hire a greeter who will… to bring up a screen showing the current list of waiting patients. So far so good, but apparently I am the… into the patient table and thereby remove themselves from the waiting list because I made the query only pull records whose… Waiting For Elements In Selenium Programming Software Development by dimitrilc …* here refers to the element that you are waiting on, and not about the waiting time. Whether you are using explicit wait… to the page. org.openqa.selenium.TimeoutException: Expected condition failed: waiting for com.daniweb.selenium.SeleniumApplicationTests$$Lambda$1358/0x00000008007e7c18@fd0e118 (tried… Re: Waiting Room Access DB Programming Software Development by barryhuizenga … the patient's name is taken off of the appropriate waiting list. Hooray for me! Of course now I have to… Re: Waiting Room Access DB Programming Software Development by Yomet … call it lstWaitingPatients, displaying the patient's currently in the waiting room. When one is called the user selects that employee… Re: Waiting Room Access DB Programming Software Development by Kegtapper … y/n Otherwise it will continue to show patients either waiting or results not in. aka Kegtapper Re: Waiting Room Access DB Programming Software Development by Yomet … now add a field whose control source is the total waiting time divided by the number of records in the group… waiting for metadata lock Programming Databases by pitic …" in mysql (v5.5) it hangs in with "waiting for metadata lock". Here is how I got there… mysql admin for the session and the state is "waiting for metadata lock" how can i pass this? or… Re: waiting for metadata lock Programming Databases by Alekjenderbo … mysql administrator of the session and the state is "waiting for lock metadata" Waiting for a domain..... Hardware and Software Networking by gerry.74 Well I am sitting here, waiting for my domain to come online... waiting for res://ieframe.dll dnserrordiagoff.htm Hardware and Software Microsoft Windows by sstaarzz … get the error message at the lower left screen "waiting for res://ieframe.dll dnserrordiagoff.htm" then the white… Re: waiting for res://ieframe.dll dnserrordiagoff.htm Hardware and Software Microsoft Windows by caperjack … get the error message at the lower left screen "waiting for res://ieframe.dll dnserrordiagoff.htm" then the white… Waiting for image src to finish loading Programming Web Development by griffinmt … way to start the new src coming and then detecting/waiting when it is complete? Waiting for threads Programming Software Development by Swiftle … which both have a thread on their own. I tried waiting, and using while(moving)/(collecting) but the lock the entire… Waiting for file to be written Programming Software Development by duke.tim … the file already exsists? Is there any way of reliably waiting for the whois to finish, write to file and then… Re: Waiting till another exe file finishes Programming Software Development by nucleon Assuming Windows, here's an example of waiting for an exe to finish. [code] STARTUPINFO si = {sizeof (STARTUPINFO)}; PROCESS_INFORMATION pi; CreateProcess( "\\windows\\notepad.exe", NULL, 0, 0, 0, 0, 0, 0, &si, &pi ); WaitForSingleObject( pi.hProcess, INFINITE ); [/code] Re: Waiting in C++ Programming Software Development by Ancient Dragon [QUOTE=rubberman;1515350]Standards use the sleep(seconds) function, not wait.[/QUOTE] there are no standards for waiting. *nix, MS-Windows and MS-DOS all use something else. The c++ standards say nothing at all about the topic. Re: Waiting in C++ Programming Software Development by rubberman [QUOTE=Ancient Dragon;1515355]there are no standards for waiting. *nix, MS-Windows and MS-DOS all use something else. The c++ standards say nothing at all about the topic.[/QUOTE] Ok, *nix standards use sleep(n). I've also used that with Windoze. Threading/Busy Waiting Programming Software Development by mickinator … into bag. updateDelta( ); // Update the delta value. notifyAll( ); // Notify waiting threads. } /** * Method to take a sweet from the bag. If… from bag. updateDelta( ); // Update the delta value. notifyAll( ); // Notify waiting threads. } /** * Prints info about the bags contents in the format… Computer prob with call waiting Hardware and Software Microsoft Windows by Vasago … weeks my comp has been acting weird with my call waiting. It was fine and had no probs till then. Out… mail. So something inside my comp is causing the call waiting line not to work properly and I have no idea… a hidden program trying to dial out on the call waiting line or my mother board may be going bad although… Re: Creating waiting page in ASP.net Programming Web Development by Ramesh S ….simple-talk.com/dotnet/asp.net/implementing-waiting-pages-in-asp.net/"]Implementing Waiting Pages in ASP.NET[/URL] [URL="…"]Lock ASP.NET Page and Show Animated Image While Waiting for a Long Post-Back[/URL] Re: Creating waiting page in ASP.net Programming Web Development by Sals [QUOTE=witinnovation;1063568]I have read the article that how to create waiting page but not understand properly anyone can post one more example of waiting page in ASP.net[/QUOTE] Instead of using waiting page use Update Progress of AJAX that will make ur life very easy Re: Java Queue and Average Waiting Time Programming Software Development by Taywin … about the equation for CPU scheduling... The average waiting time is the total waiting time of all processes divide by the total… 10 20 30 |---------|---------|---------|----- | | | | p1 p2 p3 end Now compute the waiting time... p1 -> arrives and starts => 0 p2 ->… Re: Computer prob with call waiting Hardware and Software Microsoft Windows by Cain … the line out to a desk phone. last disable call waiting while dialing out by using the LASS code *70 Imput… Is everyone waiting till dx10? Hardware and Software Hardware by GREENHOUSE just wondering if you are all waiting on dx10 to come out before buying a graphic card. I have a agp 7800 gsx 256mb and dont know whether to wait for dx10 before getting a graphic card. and am thinking of upgrade to pci motherboard. What card have you got now and are you waiting for dx10 all? :mrgreen: Creating waiting page in ASP.net Programming Web Development by witinnovation I have read the article that how to create waiting page but not understand properly anyone can post one more example of waiting page in ASP.net