Re: Differential Directory, indexing method Programming Software Development by noahevans … Differential Directory (DiDi) indexing works — very efficient and elegant. The idea of storing only the first differing bit between keys reminds… Re: Metaverse Marketing Services Digital Media Digital Marketing by rproffitt I thought that idea was dead. The new thing appears to be the Zuck's AI In Everything which I don't need in my toaster. Re: Custom Media Server Hardware and Software Linux and Unix by Vince_6 I used Plex and a Mac for years to stream to my TV. When I switched to linux, PLex ran but couldn't find my media directories. I finally found a product called Emby. It has a server that runs and aps for many different divices. It even has one for my FireTV. Works great. Is it Good idea to Build an App Like Winni? Programming Mobile Development by KamalDeepPareek I am looking to build a bakery app but i dont know is it good idea or not? Re: Is it Good idea to Build an App Like Winni? Programming Mobile Development by Dani Why build it if Winni is already successful at doing it? Is there something you don't like about Winni that you think you can do better? What would you do to convince people to use your app instead of the already successful one? If you can answer those questions, then yes, it could potentially be a good business for you. What is the last website that you visited? Community Center Geeks' Lounge by Dani For me, it's a forum for forum owners called Forum Promotion, which gave me the idea to start this thread. Running Apache Tomcat behind a IIS reverse proxy with SSL termination Programming Web Development by riahc3 … Windows Server on different ports. They are all HTTP. The idea would be to (on the same server) install a IIS… Multiple MySQL connections + transactions Programming Databases by Dani … probably the wrong terminology, but I hope you get the idea of what I'm trying to do here. Re: Escape in-app browser? Programming Web Development by Dani … get frustrated and confused. What might seem like a good idea to you might end up creating confusion, or a bad… Re: How Can I Increase More Traffic of My Website? Digital Media Digital Marketing by cpvr … using any keywords on your blog? It’s a good idea to incorporate some top keywords so you can get some… Re: How old is your computer? Hardware and Software by adamsmith22 I don't have any idea on this but i think it is almost 2 years old and i have installed windows 10 on this laptop Re: How Can I Increase More Traffic of My Website? Digital Media Digital Marketing by cpvr … on Tumblr, Reddit and Quora. It’s also a good idea to leverage other online communities that are related to your… Re: I'm Tired! How to Increase Social Media Followers Digital Media Digital Marketing by cpvr Engaging with others on social media is one of the best ways to increase your following. It’s not a good idea to just post links and promote, you have to actively engage with others people on social media to gain a following. The more you engage with other people, the faster you’ll grow your network. Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by jkon … did). Many years now, browsers want to have a full idea of the HTML before even starting to present anything. Since… Re: What is the last website that you visited? Community Center Geeks' Lounge by rproffitt Because of events at The White House I had to update some contacts so I was at https://www.house.gov/representatives/find-your-representative Re: What is the last website that you visited? Community Center Geeks' Lounge by MasoodDidThat The last website? Probably a "[how to be productive](https://www.atlassian.com/blog/productivity/simple-ways-to-be-productive-at-work)" guide—ironically left unread. Re: What is the last website that you visited? Community Center Geeks' Lounge by Reverend Jim Selected comics at [gocomics](https://www.gocomics.com/). These days I need to start my day with a smile. Re: What is the last website that you visited? Community Center Geeks' Lounge by Heatman The last website I visited was Admin-junkies.com. It's another website that's simple and similar to Forum Promotion. I'm also a staff on the forum too. It's a good place to be in. Re: What is the last website that you visited? Community Center Geeks' Lounge by cpvr Administrata was the last website that I visited. It’s an online community for forum owners and webmasters. Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by rproffitt UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance. Re: Running Apache Tomcat behind a IIS reverse proxy with SSL termination Programming Web Development by blud IIS should be able to do this just fine - "Bad Gateway" actually has a lot of different subcategories in IIS, so the first thing is to figure out which of those sub categories this falls into. This can sometimes be defined on the error pages if they are enabled. Connection Timeout - This is generally the most common and usually has to … Re: Are SaaS & Cloud Computing Interchangeable Terms? Community Center by peol Cloud computing and SaaS (Software as a Service) are not interchangeable terms. Cloud computing includes IaaS, PaaS, and SaaS services that provide computing resources over the Internet. Essentially, SaaS is a subset of cloud computing where users access software applications online without managing infrastructure. Re: Multiple MySQL connections + transactions Programming Databases by Dani A slightly related question: Is it okay to use PHP's `mysqli::select_db()` function to switch databases in the middle of a transaction? This is what got me into trouble in the first place, when I started a transaction, performed some writes, switched databases, and then wrote to that second database, and then switched back, and performed some … Re: Multiple MySQL connections + transactions Programming Databases by Salem https://www.php.net/manual/en/mysqli.select-db.php I think the key word in all of this is "default". You can probably do what you want, but you have to refer to each DB by it's own handle. Using `select_db` is fine, if you only have one DB and you want to be lazy about referring to it. So you make it the default DB. But as … Re: Multiple MySQL connections + transactions Programming Databases by Reverend Jim As far as I know you can connect to more than one database at a time but you require a separate connection object for each one. Since queries go through the connection object you can't run a query on more than one db at a time. It seems to me that transactions are also connection based so you would have to manually roll back a transaction on A if … Re: Multiple MySQL connections + transactions Programming Databases by Dani I am already using multiple MySQL connections throughout the project, as well as select_db() in some other places. My question specifically revolved around if anyone can explain why select_db() implicitly committed the transaction, and then when done again to return back to the initial database, it did a rollback instead of commit. Re: Multiple MySQL connections + transactions Programming Databases by Reverend Jim In that case I can't suggest anything. I've never had to update multiple databases for any of the systems I set up. Re: Multiple MySQL connections + transactions Programming Databases by toneewa You're not suppose to switch databases with a connection mid-transaction. It's by design to rollback because it considers it a change to the session context. XA Transactions can be done if you use the InnoDB storage engine. Create separate PDO connections for each database. I wonder what kind of results you get with autocommit, serializable … Re: Multiple MySQL connections + transactions Programming Databases by Dani > If the databases are on the same server and use InnoDB, you can use fully qualified table names, and write to multiple databases on a single connection. That's what I ultimately started doing instead! Thank you so much for a definitive answer to my question. IDEA :: Make Notes in Internet Explorer Hardware and Software Microsoft Windows by liudieyuinchina IDEA: Make Notes in Internet Explorer Highlight seletected text and insert image in Internet Explorer. Here is the project: [url]http://www.safecenter.net/liudieyu/domexc4p1/index.html[/url] Please send comment to my emailbox: [email]liudieyuinchina@vip.sina.com.cn[/email]