Generally in ORM and OOP , a persistent object refers to an object that exists (or persists) in the database
Questions tagged [persistent]
771 questions
-2
votes
2 answers
Can't execute command chmod 0777 * -R in CentOS 7
I am trying to execute command chmod 0777 * -R, but the chmod: changing permissions of ‘70-persistent-net.rules’: Operation not permitted error appears. How to solve this problem?
Thanks for answer!

404
- 13
- 1
- 4
-2
votes
1 answer
Persistent connections between WAMP and another server
I have a web application mostly written in PHP and running on WAMP. This web application has connections to another server (not a database but a Java server) where it retrieves information from. There are lots of requests that will go on between the…

Georges Lteif
- 17
- 4
-2
votes
2 answers
How to make a persistent connection to a web url in php?
I am trying to make a persistent connection to a weburl and read the response from the url every moment (Connection will not be disconnected).
Looking for something like this.
connection = connect("http://www.ibm.com?id=test");
while(connection has…

Resna
- 1
-2
votes
2 answers