4
4
4ex0V2013-01-11 08:21:51
Programming
4ex0V, 2013-01-11 08:21:51

Patches and caching?

Hello!
Help with the answer, please, to the following two questions:
1. Where can I find information on how to write / create patches? How are they installed?
2. Where can I find information about caching methods when creating an application in various languages ​​and platforms?
Thank you.
Sincerely.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
aakhmerov, 2013-01-11
@aakhmerov

1. From what I've seen, a patch is just a package that replaces / edits application files (it is known in advance in which directories they are stored). On ubuntu this is solved by debian packages, on other Linux packages by their manager, on Windows it is msi , on poppies it is dmg
2. wiki + frameworks, for example memcached , encache

E
Evgeny Leshchenko, 2013-01-11
@xsen

1) If we are talking about code patches, then most likely you are not working alone, if you are not working alone, then you just need a version control system, such as GIT. In it, by the way, these same patches are very simply created and applied.
git apply < example.patch
2) We have already written about caching above, I will add that there are different cache levels, the cache of the application itself, the server cache, the browser cache, for example. Each context uses its own tools.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question