Latest Docs http://search.osakos.com/rss.php http://search.osakos.com/rss.php en-us Thu, 03 Apr 2025 07:40:41 GMT Thu, 03 Apr 2025 07:40:41 GMT java - How does Jetty handle Threads and ThreadPools (note: diagram is incorrect) http://search.osakos.com/cache.php?key=f1ebda86f56a18b7e014ef2ccecf48f2&uri=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F62826590%2Fhow-does-jetty-handle-threads-and-threadpools-it-uses-too-much-memory http://search.osakos.com/cache.php?key=f1ebda86f56a18b7e014ef2ccecf48f2 Tue, 01 Apr 2025 01:35:59 GMT java|log|stderr > What is the simplest way to configure `java.util.logging` http://search.osakos.com/cache.php?key=85c64d6542001edc1bfaa184a338716d&uri=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F73223813%2Fwhat-is-the-simplest-way-to-configure-java-util-logging http://search.osakos.com/cache.php?key=85c64d6542001edc1bfaa184a338716d -Djava.util.logging.config.file=etc/spring/java.util.logging.properties

$ cat ./nexus-3.78.2-04/etc/spring/java.util.logging.properties
# Empty java.util.logging.properties to prevent the log to stderr, so that
# all logs will be delegated to pax logging JUL handler only]]>
Fri, 28 Mar 2025 01:27:26 GMT
java - How to run jcmd without the JDK? (portable) http://search.osakos.com/cache.php?key=634ff788569859265ef7b24bc03af2a9&uri=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F43644361%2Fhow-to-run-jcmd-without-the-jdk http://search.osakos.com/cache.php?key=634ff788569859265ef7b24bc03af2a9 ./bin/jlink --add-modules jdk.jcmd --output ~/Desktop/custom-jdk]]> Tue, 25 Mar 2025 22:46:55 GMT jupyter|pandas|ai|ollama > A Beginner’s Guide to Integrating LLMs http://search.osakos.com/cache.php?key=d30db8a12d99d3dea091c480d8110a90&uri=https%3A%2F%2Fwww.kdnuggets.com%2Fa-beginners-guide-to-integrating-llms-with-your-data-science-projects http://search.osakos.com/cache.php?key=d30db8a12d99d3dea091c480d8110a90 Tue, 25 Mar 2025 02:59:13 GMT postgres > Benchmarking|performance PostgreSQL Batch Ingest (copy vs. insert .. unnest) http://search.osakos.com/cache.php?key=65d5ed7f60bff51f9c19ead3a2509db7&uri=https%3A%2F%2Fmedium.com%2Ftimescale%2Fbenchmarking-postgresql-batch-ingest-51fbe09174de http://search.osakos.com/cache.php?key=65d5ed7f60bff51f9c19ead3a2509db7 COPY is designed to have the least impact on your system, writing less data to disk and not polluting shared_buffers. This is actually a big consideration! In fact, both the COPY methods write 62 MB of WAL for the one million row test, while INSERT writes 109 MB. This ~1.7x rule seems to hold across any ingest size.

Upserts: If you need conflict handling (INSERT...ON CONFLICT), COPY isn't an option, and you'll need to stick with INSERT (unless you just want to ignore errors and you're happy with text COPY, in which case PostgreSQL 17 has your back with ON_ERROR).]]>
Wed, 19 Mar 2025 02:46:44 GMT
Why can't I name a folder or file 'CON' in Windows? http://search.osakos.com/cache.php?key=597e9344086012a3e8fddedb152ea1f4&uri=https%3A%2F%2Fsuperuser.com%2Fquestions%2F86999%2Fwhy-cant-i-name-a-folder-or-file-con-in-windows http://search.osakos.com/cache.php?key=597e9344086012a3e8fddedb152ea1f4 Tue, 18 Mar 2025 23:55:48 GMT postgres > Using SSL with a PostgreSQL DB instance - AWS RDS http://search.osakos.com/cache.php?key=42d9c45fb952f4d225879b535a4ada92&uri=https%3A%2F%2Fdocs.aws.amazon.com%2FAmazonRDS%2Flatest%2FUserGuide%2FPostgreSQL.Concepts.General.SSL.html http://search.osakos.com/cache.php?key=42d9c45fb952f4d225879b535a4ada92 Thu, 06 Mar 2025 06:58:50 GMT