AppCrawler

Tying data to business excellence

Main menu

Skip to content
  • Who Is This Guy?
Marketing, Python, Retail, Statistics

Market Basket Analysis with python

by Steve • October 20, 2016 • 0 Comments

Very elegant example at http://blog.derekfarren.com/2015/02/how-to-implement-large-scale-market.html. What is below is just a complete script with what the link above provides, along with example of our output. Our file was formatted slightly differently, so we had to change the split command. We…

Read more →

React

React JS example with web service call

by Steve • October 11, 2016 • 5 Comments

This is a simple example of using React JS to call a web service (simple web page in our example). Of course, a true web service would normally be the source of the data, this is just a simple example…

Read more →

Application servers, Database, Oracle, Weblogic

Oracle global temporary table and connection pool

by Steve • October 10, 2016 • 0 Comments

Our question was what happens to the rows in a global temporary table when populated from a session obtained from a connection pool. Are they still there for the next application user to borrow the same session from the pool?…

Read more →

Application servers, Java Performance, Weblogic

Testing the overhead of creating connections vs using a pool in Weblogic

by Steve • October 6, 2016 • 0 Comments

We had a need to understand the overhead of creating connections versus using a pool. Connection pooling is most beneficial when using very short lived database sessions. If the associated database request takes longer than a few seconds, we needed…

Read more →

Java, Java Performance

Getting memory by thread

by Steve • October 5, 2016 • 0 Comments

This is not perfect, as the heap is shared. However, the documentation indicates that a ThreadMXBean can calculate how much is in use by each. The idea behind this would be to either instrument your code, or use byte code…

Read more →

Linux, Networking

Impact of socket.SO_REUSEADDR

by Steve • October 3, 2016 • 0 Comments

This is often used to get around an “address already in use” error. If you know the previous server program has been shutdown, you can set this socket option prior to the initial server bind, and then restart your program.…

Read more →

Page 16 of 77
« 1 … 14 15 16 17 18 … 77 »

Search

Links

  • LinkedIn Profile

Archives

Copyright © 2026 AppCrawler. All Rights Reserved. The Magazine Basic Theme by bavotasan.com.