Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.
Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
Try Free
Build Agents and Models on One Platform
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
library Posix Thread and Socket makes it possible to implement pThreads and Sockets in C++. It provided to users objects simple to use, similar to the model JAVA of Sun. It can be used under Linux and MS Windows.
This profiler (JRE 1.5.0 only) uses JVMTI and native bytecode instrumentation for the analysis of the heap, reachable objects, execution time, garbage collection efficiency, code coverage and thread contention. No preparation steps required in build.
A C++ based framework for highly object-oriented cross-platform programming. Includes Thread, Processes,Filesystem access,GUI, etc. plus a set of generic utilities like Strings,Data structures,advanced debugging tools, etc.
Francois offers a system of threads that come under complete control of the programmer and not the operating system. These provide flexible support in time critical operations that the operating system could not handle.
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
JTMS(Java Thread Model Simulation) tries to provide JAVA's thread model simulation in C++. It provides simple OO interface to start and stop threads and provide synchronization blocks using pthread_conditional_variables.
...It got very much functions like a search engine, different languages, PM-system (so you can send personally message to other members). You can also lock and stick thread
...This hides the (dirty) details of non-blocking IO from developers, allowing them to EASILY build a highly scalable application, which can handle over 10000 incoming and outgoing sockets using only one thread.
phpwsBB is a native bulletin board module for the phpWebSite content manage system, version 0.9.3-4 or later. It features thread monitoring and administration, including marking threads sticky, locking threads, and forking messages off to new threads.
Advanced platform-independant, Object-Oriented threading and synchronization library. Designed and tested under POSIX & Win32 systems. Not just another thread wrapper.
A modified version of the tightvnc java applet. It includes a more lightweight user interface, automated login through a secondary thread, ssl support, and other chages. I created it to serve as a web-enabled vnc terminal system with stunnel and xvnc
Base on mpg123 mp3 decoder engine, cross-platform OOD mp3 decoding library like libmad can compile with GCC compiler. The VBR compatibility has improved. Full Object Oriented and Thread Safe library, no global variable with Thread Safe problem.
Minimal HTTP proxy written in Python. Mostly useful as debugging tool for HTTP traffic inspection. Asynchat-based, handles multiple connections in single thread.
A collection of cross-platform C++ class libraries. Provides thread, IPC, file, network, SNMP (net-snmp) and Database (MySQL) interfaces. Comes with the usual array of utility classes - smart pointers, singletons, registries, serialization etc.
MEGACO/H.248 parser and builder. It is written in ANSI C so it's quite portable.
Parser is written using flex(2.5.31)/bison(1.875d).
It's reentrant so it's thread save.
Multithreading SDK: cross-platform synchronization primitives, thread support, and multithreading applications. All delivered as C++ classes. Supports Win32 (natively and MSVCRT) and Linux (Pthread).
ptr.h is a c++ smart pointer template which uses semaphores to for
non-blocking thread safe reference counted memory management.
The delete mechanism is a generic parameterized template, so it works for arrays and
other resoures as well.
Task manager replacement. This project tries to make a task manager for Win2000/XP that can do everything taskmgr.exe does plus control individual threads.
A small, simple 100% native Java library that implements a thread-safe signal/slot design pattern, also known as subscribe/send or emit/act, and which has a simpler API and a less restrictive license than similar existing projects.
ADLIB - a C library of fundamental algorithms and their data structures. It includes thread safe implementation of circular list, doubly linked list, stack, queue, deque and binary search tree.
The Thread Message Pump project provides a solution for inner-process thread communication under Windows operating systems. It provides a flexible and easy-to-use way for multi-thread program writers to accomplish complex inter-thread communication.
JTail is a simply multiplatform application, which show text files content especially LOG FILES. This application is a thread, which non-stop reads the file content and print what lines was added to the end file.
The libframe toolkit contains various tools useful for development in c++, ranging from a Config class to an Expression library, to a set of abstract tuple handling classes, to an event handling application frame work with configurable thread pooling.
When developing EJB,it's very bothering to set up the enviroment to debug EJB. EmbededEJB's goal is to provide an embeded EJB container to let you test and debug EJB not from another process. It's in the same thread of the caller.