This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hey, One of Sun's sample SCEA questions deals with the properties of HTTPS. The two correct answers according to Sun are that: HTTPS is secure HTTPS is connection based I have tried to verify the connection-based part (I'm assuming Sun is correct) but haven't been able to do so. Does anyone know of a resource on the web that talks about this or the RFC number for HTTPS (if one exists)? Thanks, John
The only reason for time is so that everything doesn't happen all at once.
- Buckaroo Banzai
I couldn't find whether HTTP is connection less or connection oriented by going through the two links. What I know is HTTP is stateless. Any info on connection less/oriented? Thanks, Neelima.
Neelima Garimella
Ranch Hand
Joined: Oct 03, 2000
Posts: 37
posted
0
What I mean is Info on whether HTTP is connection less or connection oriented not info about connection less/connection oriented.
John Wetherbie
Rancher
Joined: Apr 05, 2000
Posts: 1441
posted
0
Hi, I found some more info. HTTP 1.0 is connectionless. HTTP 1.1 has a capability to keep a connection to improve performance. So I guess it can be considered connection-oriented? Also had a discussion about HTTPS on the sockets and internet protocols forum. Hope this info helps. John
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Is HTTP connectionless or connection oriented