Top "Startup" questions

Startup usually refers to the processes or events that occur at the start of a program, at the beginning of execution of a code block, or when a device is first booted.

Why is the JVM slow to start?

What exactly makes the JVM (in particular, Sun's implementation) slow to get running compared to other runtimes like CPython? My …

java jvm performance startup
ASP.NET application on IIS7 - very slow startup after iisreset

I have an ASP.NET 3.5 website running under IIS7 on Windows 2008. When I restart IIS (iisreset), then hit a page, …

asp.net performance iis startup
Set that a program has to run at startup from an installer

I've a C# .net 4 application, I'm starting to create the installer. The installed program works fine, but my customer want …

c# visual-studio installation registry startup
How to load packages in Octave permanently?

I am using Octave on Window vista. I am using 4 package in my code. But every time I restart octave, …

config octave packages loading startup
HAProxy doesn't start, can not bind UNIX socket [/run/haproxy/admin.sock]

I'm trying to start haproxy (version 1.5.8 2014/10/31) with an "empty" config file and I get: user@server:~$ sudo service haproxy start [....] …

sockets bind startup haproxy
How can I make a Click-once deployed app run at startup?

How can I make a Click-once deployed app run a startup? The best option I found by searching was to …

.net clickonce startup
How can I choose the "Startup object" in project properties while the listbox is empty?

I have a WPF project which I try to make it a single instance app using the recipe with Microsoft.…

c# wpf startup entry-point project-properties
Minimise Spring Boot Startup Time

In my opinion SpringBoot projects take a long time to load. This probably happens because SpringBoot is configuring components for …

java spring spring-boot optimization startup
android classcastexception on activity startup

i have a simple activity program in android. basically the class just extends Activity. But when i start it i …

android android-activity startup classcastexception
Start android application without activity

I've an application which aims to run only as a service (no interface, just run in background). I have no …

android android-manifest startup