Indigenous People Struggle to find their Voice in the Modern World

The Amazon rain forest is the world’s largest source of freshwater, the most biodiverse tropical rainforest, and culturally diverse region with over 400 different indigenous groups that live and call…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Statefull dan Stateless Application

Penjelasan singkat tentangStatefull Dan Stateless Application

Statefull adalah sebuah aplikasi yang menyimpan data dari setiap request yang diminta oleh user dan Statfull membutuh kan storage untuk menyimpan data setiap user yang masuk.

Contoh penerapan Statefull yaitu apabila kita menggunakan Social Media contohnya seperti Facebook kita harus terlebih dahulu Daftar dan memasukan data diri kita agar bisa mengakses Facebook.

Sedangkan Stateless dalah sebuah aplikasi dimana sistem tersebut tidak menyimpan state dari user untuk request selanjutnya contohnya adalah aplikasi pada halaman landing page sebuah website.

Contoh penerapan Stateless yaitu seperti Website berita yang tidak perlu menggunakan data atau Daftar account agar bisa mengakses Website berita tersebut.

Point-Point perbedaan antara Statefull dan Stateless

Statefull
-Server menyimpan informasi tentang file yang terbuka dan ,dam posisi file sekarang(Curent Possition)
-Open sebelum acces dan kemudian ditutup
-Menediakan file locks

Stateless
-Server tidak menyimpan state informasi
-Membutuhkan extra lock server untuk mempertahankan state
-Dapat dengan mudah di-recovery apabila terjadi client ataupun server crach

Add a comment

Related posts:

7 Reasons why you should learn programming in Python language.

Python is an object-oriented language, just like Java, Javascript, C++, C#, Perl, Ruby, and other main programming languages. For people aspiring to become software developers, learning this language…

Ryan Spooner Thriving in New York Following Trade from Boston

Prior to the 2018 NHL trade deadline, the Rangers sent out a letter to its fans stating its intention to rebuild its roster with younger players. A little more than two weeks later, the team traded…

Removing SQL from your Spring Boot code

Some tips on dealing with static metadata, composing type-safe queries and how to handle custom query hints.