shutdown
Stop a Asyncronous TCP Application Properly
Hi i have a disconnect button click event in my SERVER application as follows.Before it dc, it will alert other clients by sending a \"/exit\" command.After that it will shutdown its connection.[详细]
2023-01-19 23:31 分类:问答Python : Closing a socket already opened by a precedent python program or dirty trick to close a socket
here is my dirty little web server : class Serverhttp: def __init__(self): self.GET = re.compile(\"GET.*?HTTP\")[详细]
2023-01-19 17:50 分类:问答What does the JBoss 5 shutdown do?
At a high level, what does JBoss 5\'s shutdown do?What might go wrong if I just kill the java process instead of gracefully shutting down JBoss?[详细]
2023-01-18 12:24 分类:问答Getting a formless C# program to close itself during shutdown/restart?
I\'m writing a program which creates no forms at all until one is required. The problem is, it\'s preventing shutdown from continuing automatically. I\'ve seen discussions about adding an if to form c[详细]
2023-01-17 00:40 分类:问答Linux Shutdown with dbus-send
I am writing a Java app to shutdown my Linux box remotely. The desktop app sits and waits for a command to be sent to it.I have tried using \"shutdown -h\" but this requires sudo privileges and is no[详细]
2023-01-16 01:44 分类:问答How to update application without stopping Java EE server?
I have an application running on a JBoss server. We need update the application time to time. However, the JBoss is not allowed stop(restart) during update for business reason. How do I handle this tr[详细]
2023-01-14 09:40 分类:问答Why does a .NET application prevent Windows from shutting down?
One of my applications prevents windows from shutting down if it is running. The only spot where I suspect the cause m开发者_高级运维ay be is FormClosing event handler, which is however quite standar[详细]
2023-01-12 16:23 分类:问答Shutting down computer with nasm
Is it possible to shut down or kill the power (is there a difference?) t开发者_高级运维o a computer from nasm. I know you can use this to reboot:[详细]
2023-01-11 09:33 分类:问答canceling timers during weblogic shutdown
i have an EAR project which runs on weblogic i have some timers in my application and i want to cancel them when i redeploy my EAR project.[详细]
2023-01-09 23:45 分类:问答Detecting windows shutdown event
I have a windows Service always running once PC started, how would i detect using .NET 3.5 or WMI, when the user or some other application/process has requested a shutdown or reboot in wind开发者_JS百[详细]
2023-01-06 03:25 分类:问答