You are here

New launchers are now not running processors, how come?

7 posts / 0 new
Last post
twnty3svn
Offline
Last seen: 16 years 5 days ago
Joined: 2006-04-10 03:24
New launchers are now not running processors, how come?

I just noticed, and I'm not sure how long its been like this, but how is it that the launcher no longer runs as a process? Is this because the launcher does not make any modifications to the registry, or clean up any files on exit?

Also is there a way to make the launcher use less memory? Currently the PAT 1.4.1 uses about 7mb memory.

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 7 months ago
Joined: 2006-01-06 21:27
It does

However it closes as soon as it starts Firefox, Thunderbird etc.
There are exceptions, for apps that add registry keys, e.g. 7-Zip (I think) and Abiword.

I think you mean PAM
PAT = Portable Application Template
PAM = PortableApps Menu
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

twnty3svn
Offline
Last seen: 16 years 5 days ago
Joined: 2006-04-10 03:24
Thanks

I thought that may have been the case.

Actually I did mean the Portable App Template, however rereading my comment it doesn't make all that much sense. Let me rephrase my question, I've made a couple of portable apps using PAT, however the launchers use approx 7mb of memory. Some of the Apps use less memory than the launcher. Is there a way for the launcher to use less memory?

Also do you know of the variable that PAT uses that allows you to close the launcher after the app has launched?

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 7 months ago
Joined: 2006-01-06 21:27
Right

I don't the PAT, since I code it from 7-Zip Portable Smile
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

allesklar
Offline
Last seen: 17 years 2 months ago
Joined: 2007-01-03 06:48
Not implemented

In PAT there's no such variable, the launcher always waits for the app to close (always use ExecWait) because it runs some clean up routines once the app is closed.

Simeon
Simeon's picture
Offline
Last seen: 9 years 6 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
But

my launchers for FF and TB run till I close FF /TB.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 7 months ago
Joined: 2006-01-06 21:27
I think

that's because it has to remove compreg.dat (or some other .dat file).
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.

"If you're not part of the solution, you're part of the precipitate."

Topic locked