Found a #functionalprogramming implementation of the #connectionpool 😍
https://github.com/Zaid-Ajaj/Npgsql.FSharp/issues/146#issuecomment-2067825935
Found a #functionalprogramming implementation of the #connectionpool 😍
https://github.com/Zaid-Ajaj/Npgsql.FSharp/issues/146#issuecomment-2067825935
Can anyone show me the #fsharp equivalent of these concurrent #goroutines sharing a #connectionpool to #postgresql ?
https://gist.github.com/giuliohome/7ab1e57bd510b72f14faf0d95488a8de#file-db-go
@dawe Microsoft should do more for dotnet, not just for f#.
Something like this
https://hachyderm.io/@fsharponline/112298785603779767
which is good because it's postgresql, dotnet (which is c# and f#) but it's not enough: what is that indeed? I'd expect a .net library that manages #connectionpool better than #python and #golang. Look at them, they got connection pooling, e.g. python in the well known sqlalchemy. Now search for f# and connection pool, what do you find? Nothing. Cloud #devops experts would say f# is immature.
urllib3.connectionpool is used to manage a pool of HTTP connections. set_file_position is used to set the position in a file without having to reopen it. #python #urllib3 #connectionpool #1.26.16
A simple use case for urllib3.connectionpool and parse_url is making HTTP requests to a specific URL with connection pooling and easy URL parsing. #python #urllib3 #connectionpool #1.26.16