Creating a Lock - Apps Script | Lock Service ~ Episode 8.2

Creating a Lock - Apps Script | Lock Service ~ Episode 8.2

David Weiss

4 года назад

13,423 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@mustakim2144
@mustakim2144 - 29.08.2023 20:32

Thank you!

Ответить
@igomesigomes
@igomesigomes - 07.08.2023 18:12

One question though: is the CacheService thread-safe? I mean, if we both update and read data from the same ScriptCache, we should use a lock for both reading and updating, right? Or else we could read some data that is already being updated by another thread. Is that correct?

Ответить
@hylpemadras
@hylpemadras - 03.07.2023 21:25

Thanks for a brilliant demonstration of why and when this feature matters. I struggled to grasp it until I watched your chapter 8 series on Lock Service 🙏

Ответить
@ianpropst-campbell6028
@ianpropst-campbell6028 - 30.03.2023 19:26

Thank you for this great video! It will definitely help me with my current project.

Ответить
@JanardhanRay
@JanardhanRay - 13.12.2022 07:35

😀 How to lock two functions at the same time using script lock 🔒 ? Please help 🙏

Ответить
@emo7122
@emo7122 - 10.07.2022 10:31

very nice video. thank you!

Ответить
@gilbertmengue
@gilbertmengue - 26.06.2022 02:07

Much appreciated!

Ответить
@user-qi9fr9cm7k
@user-qi9fr9cm7k - 21.06.2022 22:15

Thank you so much for this video

Ответить
@martinruyant6884
@martinruyant6884 - 10.06.2022 15:08

That was well explained and helpful, thank you

Ответить
@nsikumoh
@nsikumoh - 17.04.2022 01:26

Great explanation, David. Thanks a lot.

Ответить
@gmusic8241
@gmusic8241 - 31.03.2022 04:38

Thank you

Ответить
@learnmakeit9315
@learnmakeit9315 - 19.12.2021 19:44

Thank you so much for this video. I had some problems in my webapp with 50 people without that lock function. This really helps!

Ответить
@DivitKalem
@DivitKalem - 23.10.2021 13:39

Awesome, thanks a lot David. 👏

Ответить
@thirulearn9900
@thirulearn9900 - 26.06.2021 09:13

bro i search code for lock eniter row depend on date if you known any code tell to me

Ответить
@asyrafsyahmi9162
@asyrafsyahmi9162 - 24.12.2020 14:13

I try this but when tried with 4 people execute the form like you have at exact same time, it only create 3 rows instead of 4. Why this happened and any solution?

Ответить
@elricho72
@elricho72 - 17.12.2020 00:09

Excellent videos, remember if you can enlarge the letter a little bit for future videos because it doesn't look good on notebooks. thanks.

Ответить
@danielcir8675
@danielcir8675 - 23.09.2020 16:25

This implementation is a must when dealing with multi-user web app access. Thanks David!!! Much appreciated!

Ответить
@phamthanhhung7671
@phamthanhhung7671 - 29.08.2020 18:48

Thank you very much for your video!

Ответить
@newborn7850
@newborn7850 - 05.08.2020 07:16

how to create hmtl page with password using appscript

Ответить
@israelspilman6460
@israelspilman6460 - 24.06.2020 18:22

Thanks David for this course was very helpful.

I have 2 questions


First
why do you need the if statement (lock.hasLock) you're either way not able to continue with the code if your not able to get the lock.

Second
is there a need to release the lock if its by the end of my code or its being released automatically once the script is completed

Thanks again

Ответить